Skip to content

Commit 59bf645

Browse files
author
sanjay
committed
Merge PR's , bump version to 2.4.0
1 parent 6667069 commit 59bf645

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 2.4.0
2+
----------------------------------------------------------
3+
* Support async moduls tls server/client
4+
* Add local echo option
5+
* Add exponential backoffs on retries.
6+
17
Version 2.3.0
28
-----------------------------------------------------------
39
* Support Modbus TLS (client / server)

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

4646

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

0 commit comments

Comments
 (0)