We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5220c06 + 435882a commit de5c764Copy full SHA for de5c764
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
# [unreleased]
10
11
+# [v0.25.0] 2024-10-29
12
+
13
## Changed
14
15
Renamed `PusFileSeqCountProvider` to `CcsdsFileSeqCountProvider` but keep old alias.
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "spacepackets"
7
description = "Various CCSDS and ECSS packet implementations"
readme = "README.md"
-version = "0.24.2"
+version = "0.25.0"
requires-python = ">=3.8"
license = {text = "Apache-2.0"}
authors = [
0 commit comments