Skip to content

Commit 1cf64a5

Browse files
committed
2.5.0rc2
1 parent 1043cdb commit 1cf64a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
version 2.5.0rc2
2+
----------------------------------------------------------
3+
* Documentation updates
4+
* Disable `strict` mode by default.
5+
* Fix `ReportSlaveIdRequest` request
6+
* Sparse datablock initialization updates.
7+
18
version 2.5.0rc1
29
----------------------------------------------------------
310
* Support REPL for modbus server (only python3 and asyncio)

pymodbus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __str__(self):
4141
return '[%s, version %s]' % (self.package, self.short())
4242

4343

44-
version = Version('pymodbus', 2, 5, 0, "rc1")
44+
version = Version('pymodbus', 2, 5, 0, "rc2")
4545

4646
version.__name__ = 'pymodbus' # fix epydoc error
4747

0 commit comments

Comments
 (0)