File tree 4 files changed +8
-2
lines changed
4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Changelog
5
5
Unreleased
6
6
==========
7
7
8
+
9
+ 5.0.0
10
+ ==================
8
11
* feat: Universal support for django CMS 3.11 and 4.x
9
12
10
13
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ static-ace = ["djangocms-static-ace"]
52
52
where = [" src" ]
53
53
exclude = [" tests" ]
54
54
55
+ [tool .setuptools .dynamic ]
56
+ version = {attr = " djangocms_snippet.__version__" }
57
+
55
58
[project .urls ]
56
59
"Bug Tracker" = " https://github.com/django-cms/djangocms-snippet/issues"
57
60
Changelog = " 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
39
39
[testenv]
40
40
commands =
41
41
{envpython} --version
42
- {env:COMMAND:coverage} run setup .py test
42
+ {env:COMMAND:coverage} run tests/settings .py
43
43
deps =
44
44
dj32: Django>=3.2,<4.0
45
45
dj42: Django>=4.2,<5.0
You can’t perform that action at this time.
0 commit comments