Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jan 25, 2020
1 parent 60e55cb commit 0128461
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.14.0 [2020-01-25]
--------------------
+ Added support for testing entire Django projects (requires Py 3).
* Added QA for Py3.8 and Django 3.0.

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

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

0 comments on commit 0128461

Please sign in to comment.