Skip to content

Commit

Permalink
Prepare v.3.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Jun 21, 2023
1 parent bd2cf8a commit bff39f6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
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.2
----------------------------------------------------------
* Fix RemoteSlaveContext (#1599)
* Change version follow PEP 440. (#1609)
* Fix regression with REPL server not listening (#1604)
* Fix write function codes (#1598)
* Release corrections. (#1586)

Thanks to:
Alex
Fredo70
jan iversen

version 3.3.1
----------------------------------------------------------
* transport fixes and 100% test coverage. (#1580)
Expand Down
3 changes: 1 addition & 2 deletions MAKE_RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Prepare/make release on dev.
* Update README.rst "Supported versions"
* Update CHANGELOG.rst
* Add commits from last release, but selectively !
git log --oneline v3.3.0..HEAD > commit.log
git log v3.3.0..HEAD | grep Author > contributors.log
git log --pretty="format:%h - %an - %s" v3.3.0..HEAD > commit.log
* Commit, push and merge.
* Checkout master locally
* git merge dev
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ There are challenges small and large not only programming but also documentation
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 `2.5.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v2.5.3>`_ is the last 2.x release (python >= 2.7, no longer supported).

Version `3.3.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.3.1>`_ is the current release (Supports Python >= 3.8).
Version `3.3.2 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.3.2>`_ is the current release (Tested with 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.0dev"
__version__ = "3.3.2"
__version_full__ = f"[pymodbus, version {__version__}]"

0 comments on commit bff39f6

Please sign in to comment.