Skip to content

Commit 69b1c28

Browse files
committed
4.2.0
1 parent 3cdd4e2 commit 69b1c28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '4.1'
59+
version = '4.2'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.1.12'
61+
release = '4.2.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

src/p4p/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ def __ge__(self, o):
6767
def __gt__(self, o):
6868
return self._cmp(o)>0
6969

70-
version = Version('4.2.0a3')
70+
version = Version('4.2.0')

0 commit comments

Comments
 (0)