Skip to content

Commit

Permalink
Bump version to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoomakethu committed Oct 17, 2021
1 parent 2780e23 commit 9097aa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 2.5.3
----------------------------------------------------------
* Fix retries on tcp client failing randomly.

version 2.5.2
----------------------------------------------------------
* Add kwarg `reset_socket` to control closing of the socket on read failures (set to `True` by default).
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __str__(self):
return '[%s, version %s]' % (self.package, self.short())


version = Version('pymodbus', 2, 5, 2)
version = Version('pymodbus', 2, 5, 3)

version.__name__ = 'pymodbus' # fix epydoc error

Expand Down

0 comments on commit 9097aa1

Please sign in to comment.