Skip to content

Commit 06fbde5

Browse files
committed
Update version number to v1.3.0
1 parent c0608de commit 06fbde5

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Change history
22
==============
33

44

5-
PyEPR 1.3.0 (UNRELEASED)
5+
PyEPR 1.3.0 (03/01/2026)
66
------------------------
77

88
* Update the bundled epr-api library source code to v2.3.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ ENVISAT Product Reader Python API
7777

7878
============ ======================================================
7979
PyEPR latest https://pyepr.readthedocs.io/en/latest (development)
80+
PyEPR 1.3.0 https://pyepr.readthedocs.io/en/v1.3.0
8081
PyEPR 1.2.0 https://pyepr.readthedocs.io/en/v1.2.0
8182
PyEPR 1.1.5 https://pyepr.readthedocs.io/en/v1.1.5
8283
PyEPR 1.1.4 https://pyepr.readthedocs.io/en/v1.1.4

src/epr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
get_scaling_method_name,
8282
)
8383

84-
__version__ = "1.3.0.dev0"
84+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)