Skip to content

Commit ba30a1e

Browse files
authored
Merge pull request #56 from us-irs/prep_v0.20.0
prep v0.20.0
2 parents 2c6128c + 73403c3 commit ba30a1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
# [unreleased]
1010

11+
# [v0.20.0] 2023-11-04
12+
1113
## Added
1214

1315
- Added `__repr__` for `AckPdu` class.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "spacepackets"
77
description = "Various CCSDS and ECSS packet implementations"
88
readme = "README.md"
9-
version = "0.19.0"
9+
version = "0.20.0"
1010
requires-python = ">=3.8"
1111
license = {text = "Apache-2.0"}
1212
authors = [

0 commit comments

Comments
 (0)