Skip to content

Commit

Permalink
Bumping the version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Galen Collins committed Jul 23, 2014
1 parent 1e0bcde commit eb51b4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Version 1.2.0
------------------------------------------------------------

* Added ability to ignore missing slaves
* Added ability to revert to ZeroMode
* Passed a number of extra options through the stack
* Fixed documenation and added a number of examples

Version 1.2.0
------------------------------------------------------------

* Reworking the transaction managers to be more explicit and
to handle modbus RTU over TCP.
* Adding examples for a number of unique requested use cases
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __str__(self):
'''
return '[%s, version %s]' % (self.package, self.short())

version = Version('pymodbus', 1, 2, 0)
version = Version('pymodbus', 1, 3, 0)
version.__name__ = 'pymodbus' # fix epydoc error

#---------------------------------------------------------------------------#
Expand Down

0 comments on commit eb51b4d

Please sign in to comment.