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 Jun 2, 2021
1 parent c32aead commit 317361e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 = 2.1.0
current_version = 2.2.0
commit = True
tag = True
message = "Release {new_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
----------

Bugfix
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ pytest-rabbitmq
Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/pytest-rabbitmq.svg?branch=v2.1.0
.. image:: https://travis-ci.org/ClearcodeHQ/pytest-rabbitmq.svg?branch=v2.2.0
:target: https://travis-ci.org/ClearcodeHQ/pytest-rabbitmq
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-rabbitmq/badge.png?branch=v2.1.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-rabbitmq?branch=v2.1.0
.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-rabbitmq/badge.png?branch=v2.2.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-rabbitmq?branch=v2.2.0
:alt: Coverage Status

What is this?
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytest-rabbitmq
version = 2.1.0
version = 2.2.0
url = https://github.com/ClearcodeHQ/pytest-rabbitmq
description = RabbitMQ process and client fixtures for pytest
long_description = file: README.rst, CHANGES.rst
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_rabbitmq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with pytest-rabbitmq. If not, see <http://www.gnu.org/licenses/>.
"""Main pytest-rabbitmq module."""
__version__ = "2.1.0"
__version__ = "2.2.0"

0 comments on commit 317361e

Please sign in to comment.