Skip to content

Commit 89d3909

Browse files
committed
Cherry pick commit from PR #367 , Update changelog , bump version to 2.2.0rc4
1 parent 6233706 commit 89d3909

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ from pymodbus.client.asynchronous import ModbusTcpClient
66
```
77

88
* Support Python 3.7
9+
* Fix to task cancellations and CRC errors for async serial clients.
910
* Fix `AttributeError` when setting `interCharTimeout` for serial clients.
1011
* Provide an option to disable inter char timeouts with Modbus RTU.
1112
* Add support to register custom requests in clients and server instances.

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

4646

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

0 commit comments

Comments
 (0)