diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 04260fe..cb2c6bb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0 +current_version = 5.0.0 commit = True tag = True diff --git a/.cookiecutterrc b/.cookiecutterrc index df00cfe..ef217a3 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -40,7 +40,7 @@ default_context: sphinx_theme: furo test_matrix_separate_coverage: 'no' tests_inside_package: 'no' - version: 4.0.0 + version: 5.0.0 version_manager: bump2version website: https://blog.ionelmc.ro year_from: '2016' diff --git a/README.rst b/README.rst index 738071a..805b701 100644 --- a/README.rst +++ b/README.rst @@ -41,9 +41,9 @@ Overview :alt: Supported implementations :target: https://pypi.org/project/holdup -.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-holdup/v4.0.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-holdup/v5.0.0.svg :alt: Commits since latest release - :target: https://github.com/ionelmc/python-holdup/compare/v4.0.0...master + :target: https://github.com/ionelmc/python-holdup/compare/v5.0.0...master diff --git a/docs/conf.py b/docs/conf.py index 4a022ad..2279147 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ year = "2016-2024" author = "Ionel Cristian Mărieș" copyright = f"{year}, {author}" -version = release = "4.0.0" +version = release = "5.0.0" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 2724624..70048c8 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="holdup", - version="4.0.0", + version="5.0.0", license="BSD-2-Clause", description="A tool to wait for services and execute command. Useful for Docker containers that depend on slow to start services (like almost everything).", long_description="{}\n{}".format( diff --git a/src/holdup/__init__.py b/src/holdup/__init__.py index ce1305b..ba7be38 100644 --- a/src/holdup/__init__.py +++ b/src/holdup/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "5.0.0"