We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9989a3a + 834b223 commit 6ff93b4Copy full SHA for 6ff93b4
docs/source/conf.py
@@ -25,7 +25,7 @@
25
author = u'Red Hat Inc'
26
27
# The full version, including alpha/beta/rc tags
28
-version = '3.1.2.1'
+version = '3.1.2.3'
29
release = version
30
31
add_module_names = False
podman/api/version.py
@@ -1,4 +1,4 @@
1
"""Version of PodmanPy."""
2
3
-__version__ = "3.1.2.2"
+__version__ = "3.1.2.3"
4
__compatible_version__ = "1.40"
0 commit comments