Skip to content

Commit

Permalink
#353 Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoomakethu committed Oct 18, 2018
1 parent e85057a commit c0a2359
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.1.1
-----------------------------------------------------------
* Provide an option to disable inter char timeouts with Modbus RTU.

Version 2.1.0
-----------------------------------------------------------
* Fix Issues with Serial client where in partial data was read when the response size is unknown.
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, 1, 0)
version = Version('pymodbus', 2, 1, 1)


version.__name__ = 'pymodbus' # fix epydoc error
Expand Down

0 comments on commit c0a2359

Please sign in to comment.