diff --git a/README.rst b/README.rst index 9b8ed43..ab6af55 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Supported versions Python: 2.7, 3.5, 3.6, 3.7 -Django: 1.11 - 2.2 (3.0 when not using django CMS integration) +Django: 1.11 - 3.0 django CMS: 3.4 - 3.7 diff --git a/changes/142.feature b/changes/142.feature new file mode 100644 index 0000000..1cd3bad --- /dev/null +++ b/changes/142.feature @@ -0,0 +1 @@ +Add Django 3.0 / django CMS 3.7.2 support diff --git a/pyproject.toml b/pyproject.toml index affbedc..b713447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ target-version = ["py27"] include = 'app_helper/*py' [tool.towncrier] +package = "app_helper" directory = "changes" filename = "HISTORY.rst" title_format = "{version} ({project_date})" diff --git a/setup.cfg b/setup.cfg index 1cc5441..ce4c240 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1.dev0 +current_version = 2.2.0.dev1 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.?)(?P[a-z]*)(?P\d*) serialize = {major}.{minor}.{patch}.{release}{relver} @@ -39,9 +39,8 @@ classifiers = Development Status :: 5 - Production/Stable Framework :: Django Framework :: Django :: 1.11 - Framework :: Django :: 2.0 - Framework :: Django :: 2.1 Framework :: Django :: 2.2 + Framework :: Django :: 3.0 Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 @@ -49,6 +48,7 @@ classifiers = Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [options] include_package_data = True