Skip to content

Commit 0fd4e55

Browse files
Merge pull request #581 from inknos/5.6.0
Bump release to 5.6.0
2 parents 85bc956 + a3a8b7c commit 0fd4e55

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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 ?= "5.5.0"
11+
export PODMAN_VERSION ?= "5.6.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/v5.5.0/libpod"
6+
LIBPOD_URL = "http://%2Frun%2Fapi.sock/v5.6.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__ = "5.5.0"
3+
__version__ = "5.6.0"
44
__compatible_version__ = "1.40"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "podman"
77
# TODO: remove the line version = ... on podman-py > 5.4.0 releases
88
# dynamic = ["version"]
9-
version = "5.5.0"
9+
version = "5.6.0"
1010
description = "Bindings for Podman RESTful API"
1111
readme = "README.md"
1212
license = {file = "LICENSE"}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = podman
3-
version = 5.5.0
3+
version = 5.6.0
44
author = Brent Baude, Jhon Honce, Urvashi Mohnani, Nicola Sella
55
author_email = [email protected]
66
description = Bindings for Podman RESTful API

0 commit comments

Comments
 (0)