Skip to content

Commit 9097aa1

Browse files
committed
Bump version to 2.5.3
1 parent 2780e23 commit 9097aa1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
version 2.5.3
2+
----------------------------------------------------------
3+
* Fix retries on tcp client failing randomly.
4+
15
version 2.5.2
26
----------------------------------------------------------
37
* Add kwarg `reset_socket` to control closing of the socket on read failures (set to `True` by default).

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, 2)
44+
version = Version('pymodbus', 2, 5, 3)
4545

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

0 commit comments

Comments
 (0)