Skip to content

Commit

Permalink
Document Django 3 / django CMS 3.7.2 support (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Apr 23, 2020
1 parent b3e6ce1 commit 54abe40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions changes/142.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Django 3.0 / django CMS 3.7.2 support
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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})"
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.1.dev0
current_version = 2.2.0.dev1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
{major}.{minor}.{patch}.{release}{relver}
Expand Down Expand Up @@ -39,16 +39,16 @@ 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
Programming Language :: Python :: 3
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
Expand Down

0 comments on commit 54abe40

Please sign in to comment.