File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Changelog
55Unreleased
66==========
77
8+
9+ 5.0.0
10+ ==================
811* feat: Universal support for django CMS 3.11 and 4.x
912
1013
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ static-ace = ["djangocms-static-ace"]
5252where = [" src" ]
5353exclude = [" tests" ]
5454
55+ [tool .setuptools .dynamic ]
56+ version = {attr = " djangocms_snippet.__version__" }
57+
5558[project .urls ]
5659"Bug Tracker" = " https://github.com/django-cms/djangocms-snippet/issues"
5760Changelog = " https://github.com/django-cms/djangocms-snippet/blob/master/CHANGELOG.rst"
Original file line number Diff line number Diff line change 1- __version__ = "5.0.0a1 "
1+ __version__ = "5.0.0 "
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ known_django = django
3939[testenv]
4040commands =
4141 {envpython} --version
42- {env:COMMAND:coverage} run setup .py test
42+ {env:COMMAND:coverage} run tests/settings .py
4343deps =
4444 dj32: Django>=3.2,<4.0
4545 dj42: Django>=4.2,<5.0
You can’t perform that action at this time.
0 commit comments