Skip to content

Commit 7dbc101

Browse files
Merge pull request #409 from inknos/5.1.0
Bump version to 5.1.0
2 parents ba97755 + a10f50b commit 7dbc101

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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.0.0"
11+
export PODMAN_VERSION ?= "5.1.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.0.0/libpod"
6+
LIBPOD_URL = "http://%2Frun%2Fapi.sock/v5.1.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.0.0"
3+
__version__ = "5.1.0"
44
__compatible_version__ = "1.40"

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = podman
3-
version = 5.0.0
3+
version = 5.1.0
44
author = Brent Baude, Jhon Honce, Urvashi Mohnani
55
author_email = jhonce@redhat.com
66
description = Bindings for Podman RESTful API
@@ -25,6 +25,7 @@ classifiers =
2525
Programming Language :: Python :: 3.9
2626
Programming Language :: Python :: 3.10
2727
Programming Language :: Python :: 3.11
28+
Programming Language :: Python :: 3.12
2829
Topic :: Software Development :: Libraries :: Python Modules
2930
keywords = podman, libpod
3031

0 commit comments

Comments
 (0)