Skip to content

Commit

Permalink
Release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Oct 9, 2018
1 parent e388420 commit b53fc5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pytest-djangoapp changelog
==========================


Unreleased
----------
v0.10.1
-------
* Fixed 'pytest_runtest_teardown' failure in case of makr.skipif or similar.


Expand Down
2 changes: 1 addition & 1 deletion pytest_djangoapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .toolbox import configure_djangoapp_plugin


VERSION = (0, 10, 0)
VERSION = (0, 10, 1)
"""Application version number tuple."""

VERSION_STR = '.'.join(map(str, VERSION))
Expand Down

0 comments on commit b53fc5c

Please sign in to comment.