Skip to content

Commit 7980f08

Browse files
committed
bump version to 2.0.1
1 parent 866bb19 commit 7980f08

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.0.1
2+
-----------------------------------------------------------
3+
* Fix unicode decoder error with BinaryPayloadDecoder in some platforms
4+
* Avoid unnecessary import of deprecated modules with dependencies on twisted
5+
16
Version 2.0.0
27
-----------------------------------------------------------
38
**Note This is a Major release and might affect your existing Async client implementation. Refer examples on how to use the latest async clients.**

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

4646

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

0 commit comments

Comments
 (0)