Skip to content

Commit 2fc03ee

Browse files
committed
chore(release): release v2.20.0
1 parent c5af62a commit 2fc03ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pyais CHANGELOG
33
====================
44
-------------------------------------------------------------------------------
5-
Version 2.2.0 08 Mar 2026
5+
Version 2.20.0 08 Mar 2026
66
-------------------------------------------------------------------------------
77
* adds support for message type 28 (Aid-to-Navigation Report, single-slot)
88
- defined in ITU-R M.1371-6

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Leon Morten Richter'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.2.0'
25+
release = '2.20.0'
2626

2727
# -- General configuration ---------------------------------------------------
2828

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.2.0'
8+
__version__ = '2.20.0'
99
__author__ = 'Leon Morten Richter'
1010

1111
__all__ = (

0 commit comments

Comments
 (0)