Skip to content

Commit b9a2788

Browse files
committed
Bump version: 5.0.0 → 5.1.0
1 parent 2f2c2e7 commit b9a2788

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.0
2+
current_version = 5.1.0
33
commit = True
44
tag = True
55

.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ default_context:
4040
sphinx_theme: furo
4141
test_matrix_separate_coverage: 'no'
4242
tests_inside_package: 'no'
43-
version: 5.0.0
43+
version: 5.1.0
4444
version_manager: bump2version
4545
website: https://blog.ionelmc.ro
4646
year_from: '2016'

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Overview
4141
:alt: Supported implementations
4242
:target: https://pypi.org/project/holdup
4343

44-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-holdup/v5.0.0.svg
44+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-holdup/v5.1.0.svg
4545
:alt: Commits since latest release
46-
:target: https://github.com/ionelmc/python-holdup/compare/v5.0.0...master
46+
:target: https://github.com/ionelmc/python-holdup/compare/v5.1.0...master
4747

4848

4949

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
year = "2016-2024"
1616
author = "Ionel Cristian Mărieș"
1717
copyright = f"{year}, {author}"
18-
version = release = "5.0.0"
18+
version = release = "5.1.0"
1919

2020
pygments_style = "trac"
2121
templates_path = ["."]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*names, **kwargs):
1313

1414
setup(
1515
name="holdup",
16-
version="5.0.0",
16+
version="5.1.0",
1717
license="BSD-2-Clause",
1818
description="A tool to wait for services and execute command. Useful for Docker containers that depend on slow to start services (like almost everything).",
1919
long_description="{}\n{}".format(

src/holdup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.0"
1+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)