Skip to content

Commit

Permalink
Prepare v3.2.1. (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Mar 19, 2023
1 parent ff0edd9 commit 102e2a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
version 3.2.1 (picked from dev, only bugfixes)
----------------------------------------------------------
* add missing server.start(). (#1443)
* Don't publish univeral (Python2 / Python 3) wheels (#1423)
* Remove unneccesary custom LOG_LEVEL check (#1424)
* Include py.typed in package (#1422)

Thanks to:
Alex,
jan iversen,
Thijs W

version 3.2.0
----------------------------------------------------------
* Add value <-> registers converter helpers. (#1413)
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def __str__(self) -> str:
return f"[{self.package}, version {self.short()}]"


version = Version("pymodbus", 3, 2, "x", "")
version = Version("pymodbus", 3, 2, 1, "")

0 comments on commit 102e2a3

Please sign in to comment.