Skip to content

Commit

Permalink
Merge pull request #517 from inknos/5.4.0.1
Browse files Browse the repository at this point in the history
Bump release to 5.4.0.1
  • Loading branch information
openshift-merge-bot[bot] authored Feb 19, 2025
2 parents 49d8827 + 623a539 commit 2a29132
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "podman"
dynamic = ["version"]
# TODO: remove the line version = ... on podman-py > 5.4.0 releases
# dynamic = ["version"]
version = "5.4.0.1"
description = "Bindings for Podman RESTful API"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -70,8 +72,9 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
where = ["."]
include = ["podman*"]

[tool.setuptools.dynamic]
version = {attr = "podman.version.__version__"}
# TODO: remove the line version = ... on podman-py > 5.4.0 releases
# [tool.setuptools.dynamic]
# version = {attr = "podman.version.__version__"}

[tool.ruff]
line-length = 100
Expand Down
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 = 5.4.0
version = 5.4.0.1
author = Brent Baude, Jhon Honce, Urvashi Mohnani, Nicola Sella
author_email = jhonce@redhat.com
description = Bindings for Podman RESTful API
Expand Down

0 comments on commit 2a29132

Please sign in to comment.