File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cff-version : 1.2.0
2
2
title : ' space_packet_parser'
3
3
type : software
4
- version : ' 4.0.2 '
4
+ version : ' 4.1.0 '
5
5
description : A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
6
6
license : BSD-3-Clause
7
7
abstract : The space_packet_parser Python library is a generalized, configurable packet decoding library for CCSDS telemetry
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This is a log of changes made to the library over time
10
10
## Version Release Notes
11
11
Release notes for the ` space_packet_parser ` library
12
12
13
- ### v4.1.0 (unreleased )
13
+ ### v4.1.0 (released )
14
14
- Bugfix in fill_buffer to allow compatibility with Bitstring 4.1.1
15
15
- Add informative error if user tries to parse a TextIO object
16
16
- Add documentation of some common issues and add changelog to documentation
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Reference: [https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-
27
27
or by running ` poetry version X.Y.Z ` or bumping according to a valid bump rule like ` poetry version minor `
28
28
(see poetry docs: https://python-poetry.org/docs/cli/#version ).
29
29
30
- 3 . Update the version identifier in CITATION.cff.
30
+ 3 . Update the version identifier in ` CITATION.cff ` .
31
31
32
- 4 . Update ` CHANGES .md` to reflect that the version is now "released" and revisit ` README.md ` to keep it up to date.
32
+ 4 . Update ` changelog .md` to reflect that the version is now "released" and revisit ` README.md ` to keep it up to date.
33
33
34
34
5 . Open a PR to merge the release branch into master. This informs the rest of the team how the release
35
35
process is progressing as you polish the release branch.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " space_packet_parser"
3
- version = " 4.0.2 "
3
+ version = " 4.1.0 "
4
4
description = " A CCSDS telemetry packet decoding library based on the XTCE packet format description standard."
5
5
license = " BSD-3-Clause"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments