diff --git a/docs/source/conf.py b/docs/source/conf.py index 47e7782d..b465ecb5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = u'Red Hat Inc' # The full version, including alpha/beta/rc tags -version = '3.1.2.1' +version = '3.1.2.3' release = version add_module_names = False diff --git a/podman/api/version.py b/podman/api/version.py index b77265bf..e4970354 100644 --- a/podman/api/version.py +++ b/podman/api/version.py @@ -1,4 +1,4 @@ """Version of PodmanPy.""" -__version__ = "3.1.2.2" +__version__ = "3.1.2.3" __compatible_version__ = "1.40"