Skip to content

Commit da78ec1

Browse files
authored
chore: Prepare release 2.5.0 (#500)
1 parent 08df487 commit da78ec1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog
33
=========
44

5+
2.5.0 (2025-11-14)
6+
==================
7+
8+
* feat: Language menu allows creating new translations from preview mode by @va-lang in https://github.com/django-cms/djangocms-versioning/pull/491
9+
* feat: Modernize Python and Django support: Drop Python 3.9, add Python 3.14 and Django 6.0 by @vinitkumar in https://github.com/django-cms/djangocms-versioning/pull/489
10+
* feat: Updates for file djangocms_versioning/locale/en/LC_MESSAGES/django.po in de by @transifex-integration[bot] in https://github.com/django-cms/djangocms-versioning/pull/496
11+
* chore: Swap django-fsm with django-fsm-2
12+
* fix: Typo in permission name by @stefan6419846 in https://github.com/django-cms/djangocms-versioning/pull/476
13+
* fix: Remove unnecessary `_original_manager` usage from toolbar by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/477
14+
* fix: Respect site-specific language configurations by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/480
15+
* fix: Respect permissions for indicator menus and version locking by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/493
16+
17+
**New Contributors**
18+
19+
* @stefan6419846 made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/476
20+
* @vinitkumar made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/489
21+
* @va-lang made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/491
22+
523
2.4.0 (2025-07-17)
624
==================
725

djangocms_versioning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.0"
1+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)