Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed May 19, 2023
1 parent 1e580c5 commit 775e1d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ pytest-djangoapp changelog
==========================


Unreleased
----------
v1.2.0 [2023-05-19]
-------------------
+ Add 'liveserver' and 'liveclient' fixtures (closes #24).


Expand Down
2 changes: 1 addition & 1 deletion pytest_djangoapp/__init__.py
@@ -1,7 +1,7 @@
from .toolbox import configure_djangoapp_plugin


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

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

0 comments on commit 775e1d3

Please sign in to comment.