Skip to content

Commit

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


Unreleased
----------
v0.15.2 [2021-08-04]
--------------------
! Dropped QA for Python 2.7 and 3.5.
! This version is the last featuring Python 2 and 3.5 support.
* Ignore temporary attributes from project settings module (see #21).
Expand Down Expand Up @@ -130,4 +130,4 @@ v0.2.0

v0.1.0
------
+ Basic functionality.
+ Basic functionality.
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, 15, 1)
VERSION = (0, 15, 2)
"""Application version number tuple."""

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

0 comments on commit 3029b40

Please sign in to comment.