diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b4ffbb9..5f3a90e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 ------------------------------------------------------------------------------- diff --git a/README.md b/README.md index ddd6ef6..91595e8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyais/__init__.py b/pyais/__init__.py index bd58a01..1a9843f 100644 --- a/pyais/__init__.py +++ b/pyais/__init__.py @@ -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__ = (