Skip to content

Commit 02cddd0

Browse files
committed
- prepare for v1.2.1
1 parent d2b89d7 commit 02cddd0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

6+
# [1.2.1] 2025-11-03
7+
8+
9+
### Added
10+
11+
- Jupyter notebook for Authentication, EWSS
12+
13+
### Fixed
14+
15+
- Build issue on Windows (removed pysolid)
16+
17+
### Changed
18+
19+
- Updated RTCM SC134 messages
20+
621
# [1.2.0] 2025-10-14
722

823
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "cssrlib"
10-
version = "1.2.0"
10+
version = "1.2.1"
1111
description = "Python Toolkit for PPP/PPP-RTK positioning"
1212
authors = [
1313
{name="Rui Hirokawa", email="[email protected]"},

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cssrlib
3-
version = 1.2.0
3+
version = 1.2.1
44
author = Rui Hirokawa
55
author_email = [email protected]
66
description = Python Toolkit for PPP/PPP-RTK positioning

0 commit comments

Comments
 (0)