Skip to content

Commit

Permalink
"Release 2.2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Feb 11, 2020
1 parent 761b998 commit fc8f4d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = "Release {new_version}"
current_version = 2.1.2
current_version = 2.2.0

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

unreleased
2.2.0
----------

- [enhancement] If process is being closed and the shutdown won't be clean (won't return exit code 0)
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This is where you should consider using **mirakuru** to add superpowers to your
:target: https://pypi.python.org/pypi/mirakuru/
:alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/mirakuru/badge/?version=v2.1.2
:target: http://mirakuru.readthedocs.io/en/v2.1.2/
.. image:: https://readthedocs.org/projects/mirakuru/badge/?version=v2.2.0
:target: http://mirakuru.readthedocs.io/en/v2.2.0/
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/wheel/mirakuru.svg
Expand All @@ -34,12 +34,12 @@ This is where you should consider using **mirakuru** to add superpowers to your
Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/mirakuru.svg?branch=v2.1.2
.. image:: https://travis-ci.org/ClearcodeHQ/mirakuru.svg?branch=v2.2.0
:target: https://travis-ci.org/ClearcodeHQ/mirakuru
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/mirakuru/badge.png?branch=v2.1.2
:target: https://coveralls.io/r/ClearcodeHQ/mirakuru?branch=v2.1.2
.. image:: https://coveralls.io/repos/ClearcodeHQ/mirakuru/badge.png?branch=v2.2.0
:target: https://coveralls.io/r/ClearcodeHQ/mirakuru?branch=v2.2.0
:alt: Coverage Status


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def read(fname):

setup(
name='mirakuru',
version='2.1.2',
version='2.2.0',
description='Process executor for tests.',
long_description=(
read('README.rst') + '\n\n' + read('CHANGES.rst')
Expand Down
2 changes: 1 addition & 1 deletion src/mirakuru/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
ProcessExitedWithError,
)

__version__ = '2.1.2'
__version__ = '2.2.0'

__all__ = (
'Executor',
Expand Down

0 comments on commit fc8f4d3

Please sign in to comment.