Skip to content

Commit 522b021

Browse files
Robin MuellerRobin Mueller
authored andcommitted
bump to v0.6.2
1 parent 7d6cc37 commit 522b021

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [unreleased]
1010

11+
## [v0.6.2]
12+
13+
- Fix in size pre-check of space packet parser `parse_space_packets`
14+
1115
## [v0.6.1]
1216

1317
- Add packet sizes in `__str__` method of PUS TM and TC
1418
- Some type corrections: Expect `bytes` instead of `bytearray` where applicable
15-
- Fix in size pre-check of space packet parser `parse_space_packets`
1619

1720
## [v0.6.0]
1821

spacepackets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)