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

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Sep 19, 2016
1 parent 14948ec commit 0e27969
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.15.0
current_version = 0.16.0

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

Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
CHANGES
=======

unreleased
0.16.0
------

- [enhancements] Postgresql client fixture closes other postgresql connection to the database before droping database
- [enhancements] Postgresql client fixture closes other postgresql connection to the database before droping database - prevents the fixture/tests from hanging in some cases
- [enhancements] mysql to use unique tmpdir option for mysql_* commands
- [enhancements] use semicolon to terminate postgresql CREATE/DROP DATABASE statements
- [bugfix] removed unneded dependency
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/pytest-dbfixtures/badge/?version=v0.15.0
:target: http://pytest-dbfixtures.readthedocs.org/en/v0.15.0/
.. image:: https://readthedocs.org/projects/pytest-dbfixtures/badge/?version=v0.16.0
:target: http://pytest-dbfixtures.readthedocs.org/en/v0.16.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.15.0
.. image:: https://travis-ci.org/ClearcodeHQ/pytest-dbfixtures.svg?branch=v0.16.0
:target: https://travis-ci.org/ClearcodeHQ/pytest-dbfixtures
:alt: Tests

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

.. image:: https://requires.io/github/ClearcodeHQ/pytest-dbfixtures/requirements.svg?tag=v0.15.0
:target: https://requires.io/github/ClearcodeHQ/pytest-dbfixtures/requirements/?tag=v0.15.0
.. image:: https://requires.io/github/ClearcodeHQ/pytest-dbfixtures/requirements.svg?tag=v0.16.0
:target: https://requires.io/github/ClearcodeHQ/pytest-dbfixtures/requirements/?tag=v0.16.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.15.0'
__version__ = '0.16.0'

0 comments on commit 0e27969

Please sign in to comment.