File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DESTDIR ?=
88EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
99HEAD ?= HEAD
1010
11- export PODMAN_VERSION ?= "4.8.1 "
11+ export PODMAN_VERSION ?= "4.8.2 "
1212
1313.PHONY : podman
1414podman :
Original file line number Diff line number Diff line change 33# Do not auto-update these from version.py,
44# as test code should be changed to reflect changes in Podman API versions
55BASE_SOCK = "unix:///run/api.sock"
6- LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.8.1 /libpod"
6+ LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.8.2 /libpod"
77COMPATIBLE_URL = "http://%2Frun%2Fapi.sock/v1.40"
Original file line number Diff line number Diff line change 11"""Version of PodmanPy."""
22
3- __version__ = "4.8.1 "
3+ __version__ = "4.8.2 "
44__compatible_version__ = "1.40"
Original file line number Diff line number Diff line change 11[metadata]
22name = podman
3- version = 4.8.1
3+ version = 4.8.2
44author = Brent Baude, Jhon Honce
5566description = Bindings for Podman RESTful API
You can’t perform that action at this time.
0 commit comments