Skip to content

Commit

Permalink
Release 5.0.0 (#172)
Browse files Browse the repository at this point in the history
* Bump version to 5.0.0

* fix: pyproject.toml

* Update tox.ini

---------

Co-authored-by: Josh Yu <[email protected]>
Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent 028da89 commit 705e10d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
Unreleased
==========


5.0.0
==================
* feat: Universal support for django CMS 3.11 and 4.x


Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ static-ace = ["djangocms-static-ace"]
where = ["src"]
exclude = ["tests"]

[tool.setuptools.dynamic]
version = {attr = "djangocms_snippet.__version__"}

[project.urls]
"Bug Tracker" = "https://github.com/django-cms/djangocms-snippet/issues"
Changelog = "https://github.com/django-cms/djangocms-snippet/blob/master/CHANGELOG.rst"
Expand Down
2 changes: 1 addition & 1 deletion src/djangocms_snippet/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.0a1"
__version__ = "5.0.0"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ known_django = django
[testenv]
commands =
{envpython} --version
{env:COMMAND:coverage} run setup.py test
{env:COMMAND:coverage} run tests/settings.py
deps =
dj32: Django>=3.2,<4.0
dj42: Django>=4.2,<5.0
Expand Down

0 comments on commit 705e10d

Please sign in to comment.