Skip to content

Commit f0b3e06

Browse files
committed
chore: release v2.13.3
1 parent ae0a965 commit f0b3e06

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
====================
22
pyais CHANGELOG
33
====================
4+
-------------------------------------------------------------------------------
5+
Version 2.13.3 15 Nov 2025
6+
-------------------------------------------------------------------------------
7+
* fixed: https://github.com/M0r13n/pyais/issues/194
8+
* added missing line breaks for multi-part messages (ais-encode)
49
-------------------------------------------------------------------------------
510
Version 2.13.2 30 Aug 2025
611
-------------------------------------------------------------------------------

pyais/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pyais.tracker import AISTracker, AISTrack
66

77
__license__ = 'MIT'
8-
__version__ = '2.13.2'
8+
__version__ = '2.13.3'
99
__author__ = 'Leon Morten Richter'
1010

1111
__all__ = (

0 commit comments

Comments
 (0)