Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.

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

# [1.2.1] 2025-11-03


### Added

- Jupyter notebook for Authentication, EWSS

### Fixed

- Build issue on Windows (removed pysolid)

### Changed

- Updated RTCM SC134 messages

# [1.2.0] 2025-10-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cssrlib"
version = "1.2.0"
version = "1.2.1"
description = "Python Toolkit for PPP/PPP-RTK positioning"
authors = [
{name="Rui Hirokawa", email="[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cssrlib
version = 1.2.0
version = 1.2.1
author = Rui Hirokawa
author_email = [email protected]
description = Python Toolkit for PPP/PPP-RTK positioning
Expand Down