Skip to content

Commit

Permalink
Add classifiers for django CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-Erik Weber authored and Jens-Erik Weber committed Dec 1, 2023
1 parent 2d92df0 commit c13ca5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ classifiers = [
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django CMS :: 3.11",
"Framework :: Django CMS :: 4.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion src/djangocms_events/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present Jens-Erik Weber <Jens-Erik.Weber@passiv.de>
#
# SPDX-License-Identifier: MIT
__version__ = "0.1.8"
__version__ = "0.1.9dev1"

0 comments on commit c13ca5f

Please sign in to comment.