Skip to content

Commit

Permalink
Merge pull request containers#409 from inknos/5.1.0
Browse files Browse the repository at this point in the history
Bump version to 5.1.0
  • Loading branch information
openshift-merge-bot[bot] authored Jul 27, 2024
2 parents ba97755 + a10f50b commit 7dbc101
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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 ?= "5.0.0"
export PODMAN_VERSION ?= "5.1.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/v5.0.0/libpod"
LIBPOD_URL = "http://%2Frun%2Fapi.sock/v5.1.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__ = "5.0.0"
__version__ = "5.1.0"
__compatible_version__ = "1.40"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = podman
version = 5.0.0
version = 5.1.0
author = Brent Baude, Jhon Honce, Urvashi Mohnani
author_email = [email protected]
description = Bindings for Podman RESTful API
Expand All @@ -25,6 +25,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries :: Python Modules
keywords = podman, libpod

Expand Down

0 comments on commit 7dbc101

Please sign in to comment.