We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdd4e2 commit 69b1c28Copy full SHA for 69b1c28
documentation/conf.py
@@ -56,9 +56,9 @@
56
# built documents.
57
#
58
# The short X.Y version.
59
-version = '4.1'
+version = '4.2'
60
# The full version, including alpha/beta/rc tags.
61
-release = '4.1.12'
+release = '4.2.0'
62
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
# for a list of supported languages.
src/p4p/version.py
@@ -67,4 +67,4 @@ def __ge__(self, o):
67
def __gt__(self, o):
68
return self._cmp(o)>0
69
70
-version = Version('4.2.0a3')
+version = Version('4.2.0')
0 commit comments