diff --git a/documentation/conf.py b/documentation/conf.py index 060d6a6..ca2b0cf 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.1.12a1' +release = '4.1.12' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/p4p/version.py b/src/p4p/version.py index 07df5b3..f4ee237 100644 --- a/src/p4p/version.py +++ b/src/p4p/version.py @@ -67,4 +67,4 @@ def __ge__(self, o): def __gt__(self, o): return self._cmp(o)>0 -version = Version('4.1.12a1') +version = Version('4.1.12')