Skip to content

Commit 76aec55

Browse files
authored
Merge pull request #96 from jwhonce/wip/rename_master
Bump version for packaging changes. bors failed to merge without cause so doing it by hand.
2 parents 6ff93b4 + 46c65cc commit 76aec55

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = u'Red Hat Inc'
2626

2727
# The full version, including alpha/beta/rc tags
28-
version = '3.1.2.3'
28+
version = '3.1.2.4'
2929
release = version
3030

3131
add_module_names = False

podman/api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version of PodmanPy."""
22

3-
__version__ = "3.1.2.3"
3+
__version__ = "3.1.2.4"
44
__compatible_version__ = "1.40"

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ profile = "black"
1717
line_length = 100
1818
[build-system]
1919
requires = [
20+
"requests>=2.24",
21+
"toml>=0.10.2",
22+
"urllib3>=1.24.2",
23+
"pyxdg>=0.26",
2024
"setuptools>=42",
2125
"wheel",
2226
]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ install_requires =
4141
universal = false
4242

4343
[sdist]
44-
formats = zip
44+
formats = gztar

0 commit comments

Comments
 (0)