Skip to content

Commit 102e2a3

Browse files
authored
Prepare v3.2.1. (#1444)
1 parent ff0edd9 commit 102e2a3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
version 3.2.1 (picked from dev, only bugfixes)
2+
----------------------------------------------------------
3+
* add missing server.start(). (#1443)
4+
* Don't publish univeral (Python2 / Python 3) wheels (#1423)
5+
* Remove unneccesary custom LOG_LEVEL check (#1424)
6+
* Include py.typed in package (#1422)
7+
8+
Thanks to:
9+
Alex,
10+
jan iversen,
11+
Thijs W
12+
113
version 3.2.0
214
----------------------------------------------------------
315
* Add value <-> registers converter helpers. (#1413)

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, 1, "")

0 commit comments

Comments
 (0)