Skip to content

Commit efbc6ec

Browse files
authored
Prepare v3.3.1. (#1581)
1 parent c6375c8 commit efbc6ec

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

API_changes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
PyModbus - API changes.
33
=======================
44

5+
-------------
6+
Version 3.3.1
7+
-------------
8+
9+
No changes.
10+
511
-------------
612
Version 3.3.0
713
-------------

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
version 3.3.1
2+
----------------------------------------------------------
3+
* transport fixes and 100% test coverage. (#1580)
4+
* Delay self.loop until connect(). (#1579)
5+
* Added mechanism to determine if server did not start cleanly (#1539)
6+
* Proof transport reconnect works. (#1577)
7+
* Fix non-shared block doc in config.rst. (#1573)
8+
9+
Thanks to:
10+
Hayden Roche
11+
jan iversen
12+
Philip Couling
13+
114
version 3.3.0
215
----------------------------------------------------------
316
* Stabilize windows tests. (#1567)

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Supported versions
2222

2323
Version `2.5.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v2.5.3>`_ is the last 2.x release (Supports python >= 2.7, no longer supported).
2424

25-
Version `3.3.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.3.0>`_ is the current release (Supports Python >= 3.8).
25+
Version `3.3.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.3.1>`_ is the current release (Supports Python >= 3.8).
2626

2727
.. important::
2828
All API changes after 3.0.0 are documented in `API_changes.rst <https://github.com/pymodbus-dev/pymodbus/blob/dev/API_changes.rst>`_

pymodbus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
from pymodbus.logging import pymodbus_apply_logging_config
1313

1414

15-
__version__ = "3.4.0alpha"
15+
__version__ = "3.3.1"
1616
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)