Skip to content

Commit bef50e6

Browse files
authored
Update CITATION.cff (#12)
Update changelog.md Bump version in pyproject.toml Minor update to developers.md documentation
1 parent 257f9a0 commit bef50e6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
title: 'space_packet_parser'
33
type: software
4-
version: '4.0.2'
4+
version: '4.1.0'
55
description: A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
66
license: BSD-3-Clause
77
abstract: The space_packet_parser Python library is a generalized, configurable packet decoding library for CCSDS telemetry

docs/source/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a log of changes made to the library over time
1010
## Version Release Notes
1111
Release notes for the `space_packet_parser` library
1212

13-
### v4.1.0 (unreleased)
13+
### v4.1.0 (released)
1414
- Bugfix in fill_buffer to allow compatibility with Bitstring 4.1.1
1515
- Add informative error if user tries to parse a TextIO object
1616
- Add documentation of some common issues and add changelog to documentation

docs/source/developers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Reference: [https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-
2727
or by running `poetry version X.Y.Z` or bumping according to a valid bump rule like `poetry version minor`
2828
(see poetry docs: https://python-poetry.org/docs/cli/#version).
2929

30-
3. Update the version identifier in CITATION.cff.
30+
3. Update the version identifier in `CITATION.cff`.
3131

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.
3333

3434
5. Open a PR to merge the release branch into master. This informs the rest of the team how the release
3535
process is progressing as you polish the release branch.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "space_packet_parser"
3-
version = "4.0.2"
3+
version = "4.1.0"
44
description = "A CCSDS telemetry packet decoding library based on the XTCE packet format description standard."
55
license = "BSD-3-Clause"
66
readme = "README.md"

0 commit comments

Comments
 (0)