Skip to content

Commit

Permalink
Bump version: 1.7.0 → 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 28, 2019
1 parent 1261c87 commit 1d7e9d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0
current_version = 1.8.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.org/project/holdup

.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-holdup/v1.7.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-holdup/v1.8.0.svg
:alt: Commits since latest release
:target: https://github.com/ionelmc/python-holdup/compare/v1.7.0...master
:target: https://github.com/ionelmc/python-holdup/compare/v1.8.0...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/holdup.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = '2016-2019'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '1.7.0'
version = release = '1.8.0'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='holdup',
version='1.7.0',
version='1.8.0',
license='BSD 2-Clause License',
description='A tool to wait for services and execute command. Useful for Docker containers that depend on slow to '
'start services (like almost everything).',
Expand Down
2 changes: 1 addition & 1 deletion src/holdup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.7.0'
__version__ = '1.8.0'

0 comments on commit 1d7e9d7

Please sign in to comment.