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

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislater committed Jun 21, 2016
1 parent 7e9a5c3 commit 19c5c73
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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 = 0.13.1
current_version = 0.14.0

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

Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ unreleased

- [feature] add fixture for DynamoDB

0.13.1
0.14.0
-------
------

- [bugfix] fix dbfixtures packaging
Expand Down
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pytest-dbfixtures
:target: https://pypi.python.org/pypi/pytest-dbfixtures/
:alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/matchbox/pytest-dbfixtures/?version=v0.13.1
:target: http://pytest-dbfixtures.readthedocs.org/en/v0.13.1/
.. image:: https://readthedocs.org/projects/matchbox/pytest-dbfixtures/?version=v0.14.0
:target: http://pytest-dbfixtures.readthedocs.org/en/v0.14.0/
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/wheel/pytest-dbfixtures.svg
Expand All @@ -26,16 +26,16 @@ pytest-dbfixtures
Package status
--------------

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

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

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

Overview
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_dbfixtures/__init__.py
Original file line number Diff line number Diff line change
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.13.1'
__version__ = '0.14.0'

0 comments on commit 19c5c73

Please sign in to comment.