Skip to content

Commit

Permalink
4.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Oct 25, 2023
1 parent bcaf4d0 commit 75a74f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion src/p4p/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 75a74f4

Please sign in to comment.