Skip to content

Commit

Permalink
Prepare v3.3.1. (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Jun 5, 2023
1 parent c6375c8 commit efbc6ec
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions API_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
PyModbus - API changes.
=======================

-------------
Version 3.3.1
-------------

No changes.

-------------
Version 3.3.0
-------------
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
version 3.3.1
----------------------------------------------------------
* transport fixes and 100% test coverage. (#1580)
* Delay self.loop until connect(). (#1579)
* Added mechanism to determine if server did not start cleanly (#1539)
* Proof transport reconnect works. (#1577)
* Fix non-shared block doc in config.rst. (#1573)

Thanks to:
Hayden Roche
jan iversen
Philip Couling

version 3.3.0
----------------------------------------------------------
* Stabilize windows tests. (#1567)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Supported versions

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).

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

.. important::
All API changes after 3.0.0 are documented in `API_changes.rst <https://github.com/pymodbus-dev/pymodbus/blob/dev/API_changes.rst>`_
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
from pymodbus.logging import pymodbus_apply_logging_config


__version__ = "3.4.0alpha"
__version__ = "3.3.1"
__version_full__ = f"[pymodbus, version {__version__}]"

0 comments on commit efbc6ec

Please sign in to comment.