Skip to content

Commit

Permalink
Bump version to 2.5.0rc3, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoomakethu committed Jan 16, 2021
1 parent 21dece9 commit b6e31c8
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,3 +1,11 @@
version 2.5.0rc3
----------------------------------------------------------
* Minor fix in documentations
* Travis fix for Mac OSX
* Disable unnecessary deprecation warning while using async clients.
* Use Github actions for builds in favor of travis.


version 2.5.0rc2
----------------------------------------------------------
* Documentation updates
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, 5, 0, "rc2")
version = Version('pymodbus', 2, 5, 0, "rc3")

version.__name__ = 'pymodbus' # fix epydoc error

Expand Down

0 comments on commit b6e31c8

Please sign in to comment.