Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Dec 9, 2022
1 parent 49d61af commit a37ae33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [unreleased]

## [v3.0.0] 09.12.2022

- Minor cleaning up
- Added some FSFW specific functionality to retrieve validity lists from a bitfield representation

## [v3.0.0rc3] 01.12.2022

- Some bugfixes for GUI, improved teardown/close handling
Expand Down
2 changes: 1 addition & 1 deletion tmtccmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# I think this needs to be in string representation to be parsed so we can't
# use a formatted string here.
__version__ = "3.0.0rc3"
__version__ = "3.0.0"


LOGGER = get_console_logger()
Expand Down

0 comments on commit a37ae33

Please sign in to comment.