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 2c6128c + 73403c3 commit ba30a1eCopy full SHA for ba30a1e
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
# [unreleased]
10
11
+# [v0.20.0] 2023-11-04
12
+
13
## Added
14
15
- Added `__repr__` for `AckPdu` class.
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.19.0"
+version = "0.20.0"
requires-python = ">=3.8"
license = {text = "Apache-2.0"}
authors = [
0 commit comments