Skip to content

Commit

Permalink
Merge pull request #96 from jwhonce/wip/rename_master
Browse files Browse the repository at this point in the history
Bump version for packaging changes.

bors failed to merge without cause so doing it by hand.
  • Loading branch information
jwhonce authored May 20, 2021
2 parents 6ff93b4 + 46c65cc commit 76aec55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = u'Red Hat Inc'

# The full version, including alpha/beta/rc tags
version = '3.1.2.3'
version = '3.1.2.4'
release = version

add_module_names = False
Expand Down
2 changes: 1 addition & 1 deletion podman/api/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version of PodmanPy."""

__version__ = "3.1.2.3"
__version__ = "3.1.2.4"
__compatible_version__ = "1.40"
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ profile = "black"
line_length = 100
[build-system]
requires = [
"requests>=2.24",
"toml>=0.10.2",
"urllib3>=1.24.2",
"pyxdg>=0.26",
"setuptools>=42",
"wheel",
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ install_requires =
universal = false

[sdist]
formats = zip
formats = gztar

0 comments on commit 76aec55

Please sign in to comment.