Skip to content

Commit

Permalink
chore: bumps version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
M0r13n committed Nov 11, 2024
1 parent 648fc12 commit 3b02853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
====================
pyais CHANGELOG
====================
-------------------------------------------------------------------------------
Version 2.8.2 11 Nov 2024
-------------------------------------------------------------------------------
* closes #154: https://github.com/M0r13n/pyais/issues/154
* enums now return their underlying value when converted using `__str__()`
-------------------------------------------------------------------------------
Version 2.8.1 19 Oct 2024
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyais/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pyais.tracker import AISTracker, AISTrack

__license__ = 'MIT'
__version__ = '2.8.1'
__version__ = '2.8.2'
__author__ = 'Leon Morten Richter'

__all__ = (
Expand Down

0 comments on commit 3b02853

Please sign in to comment.