Skip to content

Commit 6ff93b4

Browse files
authored
Merge pull request #95 from jwhonce/wip/rename_master
Bump version for tagging release
2 parents 9989a3a + 834b223 commit 6ff93b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = u'Red Hat Inc'
2626

2727
# The full version, including alpha/beta/rc tags
28-
version = '3.1.2.1'
28+
version = '3.1.2.3'
2929
release = version
3030

3131
add_module_names = False

podman/api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version of PodmanPy."""
22

3-
__version__ = "3.1.2.2"
3+
__version__ = "3.1.2.3"
44
__compatible_version__ = "1.40"

0 commit comments

Comments
 (0)