Skip to content

Commit 705e10d

Browse files
joshyuJosh Yufsbraun
authored
Release 5.0.0 (#172)
* Bump version to 5.0.0 * fix: pyproject.toml * Update tox.ini --------- Co-authored-by: Josh Yu <joshyu@foxmail.com> Co-authored-by: Fabian Braun <fsbraun@gmx.de>
1 parent 028da89 commit 705e10d

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changelog
55
Unreleased
66
==========
77

8+
9+
5.0.0
10+
==================
811
* feat: Universal support for django CMS 3.11 and 4.x
912

1013

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ static-ace = ["djangocms-static-ace"]
5252
where = ["src"]
5353
exclude = ["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"
5760
Changelog = "https://github.com/django-cms/djangocms-snippet/blob/master/CHANGELOG.rst"

src/djangocms_snippet/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.0a1"
1+
__version__ = "5.0.0"

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ known_django = django
3939
[testenv]
4040
commands =
4141
{envpython} --version
42-
{env:COMMAND:coverage} run setup.py test
42+
{env:COMMAND:coverage} run tests/settings.py
4343
deps =
4444
dj32: Django>=3.2,<4.0
4545
dj42: Django>=4.2,<5.0

0 commit comments

Comments
 (0)