From 461cc3503693b56cef307bbd6cbef4e67349a82a Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Wed, 9 Dec 2020 14:42:44 +0100 Subject: [PATCH] Release 3.0.1 --- HISTORY.rst | 9 +++++++++ app_helper/__init__.py | 2 +- changes/202.bugfix | 1 - setup.cfg | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/202.bugfix diff --git a/HISTORY.rst b/HISTORY.rst index 3d7a035..d4acfbd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +3.0.1 (2020-12-09) +================== + +Bugfixes +-------- + +- Fix loading setting with pytest-django and django 3.1 (#202) + + 3.0.0 (2020-11-14) ================== diff --git a/app_helper/__init__.py b/app_helper/__init__.py index 1ee945e..ace7771 100644 --- a/app_helper/__init__.py +++ b/app_helper/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.1.dev0" +__version__ = "3.0.1" __author__ = "Iacopo Spalletti " __all__ = ["runner"] diff --git a/changes/202.bugfix b/changes/202.bugfix deleted file mode 100644 index c6182ec..0000000 --- a/changes/202.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix loading setting with pytest-django and django 3.1 diff --git a/setup.cfg b/setup.cfg index a7daee7..c2a4a5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.1.dev0 +current_version = 3.0.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.?)(?P[a-z]*)(?P\d*) serialize = {major}.{minor}.{patch}.{release}{relver}