Skip to content

Commit

Permalink
Merge pull request #135 from jwhonce/wip/bump-version
Browse files Browse the repository at this point in the history
Bump version and publish release
  • Loading branch information
jwhonce authored Sep 21, 2021
2 parents 1b45f20 + a62e4f9 commit 0abc903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion podman/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Do not auto-update these from version.py,
# as test code should be changed to reflect changes in Podman API versions
BASE_SOCK = "unix:///run/api.sock"
LIBPOD_URL = "http://%2Frun%2Fapi.sock/v3.2.0/libpod"
LIBPOD_URL = "http://%2Frun%2Fapi.sock/v3.2.1/libpod"
COMPATIBLE_URL = "http://%2Frun%2Fapi.sock/v1.40"
2 changes: 1 addition & 1 deletion podman/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version of PodmanPy."""

__version__ = "3.2.0"
__version__ = "3.2.1"
__compatible_version__ = "1.40"

0 comments on commit 0abc903

Please sign in to comment.