Skip to content

Commit

Permalink
chore: docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
M0r13n committed Apr 27, 2024
1 parent d8beb5a commit fe698e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.6.4 27 Apr 2024
-------------------------------------------------------------------------------
* merges https://github.com/M0r13n/pyais/pull/134 (by @alfonnews)
* adds additional fields to `AISTrack`
-------------------------------------------------------------------------------
Version 2.6.3 05 Apr 2024
-------------------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ TCP/UDP sockets. This library has been used and tested extensively in representa

You can find the full documentation on [readthedocs](https://pyais.readthedocs.io/en/latest/).

I also wrote a [blog post about AIS decoding](https://leonrichter.de/posts/pyais/) and this lib.

Binary releases (Debian packages) are provided by the [pyais-debian](https://github.com/M0r13n/pyais-debian) starting with version **v2.5.6**. They are downloadable under the [Releases](https://github.com/M0r13n/pyais/releases) page.

# Acknowledgements
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.6.3'
__version__ = '2.6.4'
__author__ = 'Leon Morten Richter'

__all__ = (
Expand Down

0 comments on commit fe698e3

Please sign in to comment.