Skip to content

Commit b6e31c8

Browse files
committed
Bump version to 2.5.0rc3, update CHANGELOG
1 parent 21dece9 commit b6e31c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
version 2.5.0rc3
2+
----------------------------------------------------------
3+
* Minor fix in documentations
4+
* Travis fix for Mac OSX
5+
* Disable unnecessary deprecation warning while using async clients.
6+
* Use Github actions for builds in favor of travis.
7+
8+
19
version 2.5.0rc2
210
----------------------------------------------------------
311
* Documentation updates

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

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

0 commit comments

Comments
 (0)