Skip to content

Commit a048116

Browse files
authored
Prepare v3.2.2. (#1449)
1 parent 406e9ef commit a048116

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
version 3.2.2 (picked from dev, only bugfixes)
2+
----------------------------------------------------------
3+
* Add forgotten await
4+
15
version 3.2.1 (picked from dev, only bugfixes)
26
----------------------------------------------------------
37
* add missing server.start(). (#1443)

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.x - 3.7).
2424

25-
Version `3.2.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.1>`_ is the current release (Supports Python >=3.8).
25+
Version `3.2.2 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.2>`_ 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/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def __str__(self) -> str:
3737
return f"[{self.package}, version {self.short()}]"
3838

3939

40-
version = Version("pymodbus", 3, 2, "x", "")
40+
version = Version("pymodbus", 3, 2, 2, "")

0 commit comments

Comments
 (0)