Skip to content

Commit 1a88c0e

Browse files
authored
Add new django CMS release, called 5.0 (#205)
* fix: New django CMS release is called 5.0 * Add deprecation * Fix typo
1 parent 6d240ea commit 1a88c0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/trove_classifiers/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"Framework :: Django CMS :: 3.11",
143143
"Framework :: Django CMS :: 4.0",
144144
"Framework :: Django CMS :: 4.1",
145-
"Framework :: Django CMS :: 4.2",
145+
"Framework :: Django CMS :: 5.0",
146146
"Framework :: FastAPI",
147147
"Framework :: Flake8",
148148
"Framework :: Flask",
@@ -874,6 +874,7 @@
874874
# A mapping from the deprecated classifier name to a list of zero or more valid
875875
# classifiers that should replace it
876876
deprecated_classifiers: Dict[str, List[str]] = {
877+
"Framework :: Django CMS :: 4.2": ["Framework :: Django CMS :: 5.0"],
877878
"License :: OSI Approved :: Intel Open Source License": [],
878879
"License :: OSI Approved :: Jabber Open Source License": [],
879880
"License :: OSI Approved :: MITRE Collaborative Virtual Workspace License (CVW)": [],

0 commit comments

Comments
 (0)