Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Feb 9, 2016
1 parent 3852441 commit c7d832e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Expand Up @@ -2,9 +2,9 @@
commit = True
tag = True
message = Release {new_version}
current_version = 0.12.0
current_version = 0.13.0

[bumpversion:file:pytest_dbfixtures/__init__.py]
[bumpversion:file:src/pytest_dbfixtures/__init__.py]

[bumpversion:file:README.rst]

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
CHANGES
=======

unreleased
0.13.0
----------

- [feature] make it easier to support future postgresql out of the box
Expand Down
14 changes: 7 additions & 7 deletions README.rst
Expand Up @@ -5,8 +5,8 @@ pytest-dbfixtures
:target: https://pypi.python.org/pypi/pytest-dbfixtures/
:alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/pytest-dbfixtures/badge/?version=v0.12.0
:target: https://readthedocs.org/projects/pytest-dbfixtures/?badge=v0.12.0
.. image:: https://readthedocs.org/projects/pytest-dbfixtures/badge/?version=v0.13.0
:target: https://readthedocs.org/projects/pytest-dbfixtures/?badge=v0.13.0
:alt: Documentation Status

.. image:: https://pypip.in/d/pytest-dbfixtures/badge.png
Expand All @@ -28,16 +28,16 @@ pytest-dbfixtures
Package status
--------------

.. image:: https://travis-ci.org/ClearcodeHQ/pytest-dbfixtures.svg?branch=v0.12.0
.. image:: https://travis-ci.org/ClearcodeHQ/pytest-dbfixtures.svg?branch=v0.13.0
:target: https://travis-ci.org/ClearcodeHQ/pytest-dbfixtures
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-dbfixtures/badge.png?branch=v0.12.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-dbfixtures?branch=v0.12.0
.. image:: https://coveralls.io/repos/ClearcodeHQ/pytest-dbfixtures/badge.png?branch=v0.13.0
:target: https://coveralls.io/r/ClearcodeHQ/pytest-dbfixtures?branch=v0.13.0
:alt: Coverage Status

.. image:: https://requires.io/github/ClearcodeHQ/pytest-dbfixtures/requirements.svg?tag=v0.12.0
:target: https://requires.io/github/ClearcodeHQ/pytest-dbfixtures/requirements/?tag=v0.12.0
.. image:: https://requires.io/github/ClearcodeHQ/pytest-dbfixtures/requirements.svg?tag=v0.13.0
:target: https://requires.io/github/ClearcodeHQ/pytest-dbfixtures/requirements/?tag=v0.13.0
:alt: Requirements Status

Overview
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_dbfixtures/__init__.py
Expand Up @@ -16,4 +16,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with pytest-dbfixtures. If not, see <http://www.gnu.org/licenses/>.

__version__ = '0.12.0'
__version__ = '0.13.0'

0 comments on commit c7d832e

Please sign in to comment.