Skip to content

Commit

Permalink
Merge pull request #326 from umohnani8/4.7
Browse files Browse the repository at this point in the history
Bump version to 4.7.0
  • Loading branch information
openshift-merge-robot authored Sep 27, 2023
2 parents 782b843 + 7566a2a commit 8f95e6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 ?= "4.7.0-dev"
export PODMAN_VERSION ?= "4.7.0"

.PHONY: podman
podman:
Expand Down
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__ = "4.7.0-dev"
__version__ = "4.7.0"
__compatible_version__ = "1.40"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = podman
version = 4.7.0-dev
version = 4.7.0
author = Brent Baude, Jhon Honce
author_email = [email protected]
description = Bindings for Podman RESTful API
Expand Down

0 comments on commit 8f95e6f

Please sign in to comment.