Skip to content

Commit

Permalink
Bump version to 4.4.0
Browse files Browse the repository at this point in the history
Bump the podman-py version to 4.4.0 to be in lockstep
with podman versions.

Signed-off-by: Urvashi Mohnani <[email protected]>
  • Loading branch information
umohnani8 committed Feb 8, 2023
1 parent 143ae2d commit 8f6b649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DESTDIR ?=
EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
HEAD ?= HEAD

export PODMAN_VERSION ?= "4.3.0"
export PODMAN_VERSION ?= "4.4.0"

.PHONY: podman
podman:
Expand Down
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/v4.3.0/libpod"
LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.4.0/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__ = "4.3.0"
__version__ = "4.4.0"
__compatible_version__ = "1.40"

0 comments on commit 8f6b649

Please sign in to comment.