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

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Wilczyński committed Nov 17, 2014
1 parent 77d2dd0 commit c18e649
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 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.6.0
current_version = 0.7.0

[bumpversion:file:pytest_dbfixtures/__init__.py]

Expand Down
13 changes: 6 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
CHANGES
=======

Unreleased
----------
0.7.0
-----

- redisdb fixture allows to specify client connection class
- redisdb fixture uses now StrictRedis by default (backward incompatible)

0.6.0
-------
-------
-----

- replaced *MySQLdb* with it's fork *mysqlclient* - compatibility with python3
- renamed mysqldb fixture to mysql to keep it consistent with other client fixtures.
Expand All @@ -19,19 +18,19 @@ Unreleased
- internal changes: removed GentleKillingExecutor as mirakuru already implements same functionality

0.5.2
-------
-----

* syntax fixes for python 3
* moved postgresql starting code into it's own executor
* xdist distributed hosts testing bugfix (but xdist parallelization on one host won't work)

0.5.1
-------
-----

* make rabbitmq logs persistent

0.5.0
------
-----

* update mirakuru to min 0.2
* os.killpg to terminate process
Expand Down
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
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.6.0
:target: https://readthedocs.org/projects/pytest-dbfixtures/?badge=v0.6.0
.. image:: https://readthedocs.org/projects/pytest-dbfixtures/badge/?version=v0.7.0
:target: https://readthedocs.org/projects/pytest-dbfixtures/?badge=v0.7.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.6.0
.. image:: https://travis-ci.org/ClearcodeHQ/pytest-dbfixtures.svg?branch=v0.7.0
:target: https://travis-ci.org/ClearcodeHQ/pytest-dbfixtures
:alt: Tests

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

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

Overview
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0'
__version__ = '0.7.0'

0 comments on commit c18e649

Please sign in to comment.