Skip to content

Commit

Permalink
"Release 2.1.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Jan 10, 2020
1 parent 3577e04 commit 793cad2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = "Release {new_version}"
current_version = 2.1.1
current_version = 2.1.2

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.1.2
----------

- [bugfix][macos] Fixed typing issue on macOS

2.1.1
----------

Expand Down
10 changes: 5 additions & 5 deletions README.rst
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.1
:target: http://mirakuru.readthedocs.io/en/v2.1.1/
.. image:: https://readthedocs.org/projects/mirakuru/badge/?version=v2.1.2
:target: http://mirakuru.readthedocs.io/en/v2.1.2/
: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.1
.. image:: https://travis-ci.org/ClearcodeHQ/mirakuru.svg?branch=v2.1.2
:target: https://travis-ci.org/ClearcodeHQ/mirakuru
:alt: Tests

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


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

setup(
name='mirakuru',
version='2.1.1',
version='2.1.2',
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
Expand Up @@ -33,7 +33,7 @@
ProcessExitedWithError,
)

__version__ = '2.1.1'
__version__ = '2.1.2'

__all__ = (
'Executor',
Expand Down

0 comments on commit 793cad2

Please sign in to comment.