Skip to content

Commit

Permalink
Bump version to 3.0.0dev3 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoomakethu committed Mar 29, 2022
1 parent 6a86d58 commit d92516d
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 3.0.0dev3
----------------------------------------------------------
* Remove python2 compatibility code (#564)
* Remove Python2 checks and Python2 code snippets
* Misc co-routines related fixes
* Fix CI for python3 and remove PyPI from CI


version 3.0.0dev2
----------------------------------------------------------
* Fix mask_write_register call. (#685)
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', 3, 0, 0, 'dev2')
version = Version('pymodbus', 3, 0, 0, 'dev3')
version.__name__ = 'pymodbus' # fix epydoc error

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

0 comments on commit d92516d

Please sign in to comment.