We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3738bd4 commit 8de570bCopy full SHA for 8de570b
Makefile
@@ -8,7 +8,7 @@ DESTDIR ?=
8
EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
9
HEAD ?= HEAD
10
11
-export PODMAN_VERSION ?= "4.8.0-dev"
+export PODMAN_VERSION ?= "4.8.0"
12
13
.PHONY: podman
14
podman:
podman/version.py
@@ -1,4 +1,4 @@
1
"""Version of PodmanPy."""
2
3
-__version__ = "4.8.0-dev"
+__version__ = "4.8.0"
4
__compatible_version__ = "1.40"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = podman
-version = 4.8.0-dev
+version = 4.8.0
author = Brent Baude, Jhon Honce
5
author_email = jhonce@redhat.com
6
description = Bindings for Podman RESTful API
0 commit comments