Skip to content

Commit

Permalink
"Release 1.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Oct 24, 2016
1 parent dfbd66d commit e59b075
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.1.0
commit = True
tag = True
message = "Release {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
CHANGELOG
=========

unreleased
1.1.0
-------

- [feature] - migrate usage of getfuncargvalue to getfixturevalue. require at least pytest 3.0.0
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -20,16 +20,16 @@ pytest-mongo
Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/pytest-mongo.svg?branch=v1.0.0
.. image:: https://travis-ci.org/ClearcodeHQ/pytest-mongo.svg?branch=v1.1.0
:target: https://travis-ci.org/ClearcodeHQ/pytest-mongo
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-mongo/badge.png?branch=v1.0.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-mongo?branch=v1.0.0
.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-mongo/badge.png?branch=v1.1.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-mongo?branch=v1.1.0
:alt: Coverage Status

.. image:: https://requires.io/github/ClearcodeHQ/pytest-mongo/requirements.svg?tag=v1.0.0
:target: https://requires.io/github/ClearcodeHQ/pytest-mongo/requirements/?tag=v1.0.0
.. image:: https://requires.io/github/ClearcodeHQ/pytest-mongo/requirements.svg?tag=v1.1.0
:target: https://requires.io/github/ClearcodeHQ/pytest-mongo/requirements/?tag=v1.1.0
:alt: Requirements Status


Expand Down
2 changes: 1 addition & 1 deletion src/pytest_mongo/__init__.py
Expand Up @@ -20,7 +20,7 @@

import logging

__version__ = '1.0.0'
__version__ = '1.1.0'


logger = logging.getLogger(__name__)

0 comments on commit e59b075

Please sign in to comment.