Skip to content

Commit 6e14d58

Browse files
committed
Bump to version 4.2.0
Signed-off-by: Charlie Doern <[email protected]>
1 parent d04f825 commit 6e14d58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DESTDIR ?=
88
EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
99
HEAD ?= HEAD
1010

11-
export PODMAN_VERSION ?= "4.0.0"
11+
export PODMAN_VERSION ?= "4.2.0"
1212

1313
.PHONY: podman
1414
podman:

podman/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Do not auto-update these from version.py,
44
# as test code should be changed to reflect changes in Podman API versions
55
BASE_SOCK = "unix:///run/api.sock"
6-
LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.0.0/libpod"
6+
LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.2.0/libpod"
77
COMPATIBLE_URL = "http://%2Frun%2Fapi.sock/v1.40"

podman/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__ = "4.0.0"
3+
__version__ = "4.2.0"
44
__compatible_version__ = "1.40"

0 commit comments

Comments
 (0)