From f4164fd697bdee173ee5cae1f708b83620367258 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 11 Aug 2023 11:24:30 -0700 Subject: [PATCH] 4.1.10 --- documentation/conf.py | 2 +- src/p4p/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index 6c8050f0..c463cb2b 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.9' +release = '4.1.10' # 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 aed26aa1..c803e530 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.9') +version = Version('4.1.10')