From 75a74f4c02d05f49a2c0493bad20bf38a4d6d632 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 24 Oct 2023 18:21:31 -0700 Subject: [PATCH] 4.1.11 --- documentation/conf.py | 2 +- documentation/index.rst | 2 +- src/p4p/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index 4be08fe7..fe8ea883 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.11a2' +release = '4.1.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/documentation/index.rst b/documentation/index.rst index 130039ca..c1f48430 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -7,7 +7,7 @@ for creating large (and small) scale distributed process control and data acqisi https://epics.anl.gov/ P4P includes API for a `clientapi` and `serverapi`, -as well as a `gwpage` executable (``pvagw``) with which can enforce an access control policy. +as well as a `gwpage` executable (``pvagw``) which can optionally enforce an access control policy. Supports Linux, OSX, and Windows. With python 2.7 and >=3.5 (>=3.6 for asyncio support). diff --git a/src/p4p/version.py b/src/p4p/version.py index 9b9b7625..322a5ee7 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.11a2') +version = Version('4.1.11')