Skip to content

Commit

Permalink
Release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Nov 23, 2019
1 parent 8045748 commit ea6dc1b
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.13.0 [2019-11-23]
--------------------
+ 'request_client' HTTP methods now can accept a tuple of view name with params instead of actual URL path.


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, 12, 0)
VERSION = (0, 13, 0)
"""Application version number tuple."""

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

0 comments on commit ea6dc1b

Please sign in to comment.