Skip to content

Commit 80991bd

Browse files
Release/1.2.0 (#88)
1 parent 075d745 commit 80991bd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
Unreleased
5+
1.2.0 (2024-05-16)
66
==========
77
* Python 3.10 support added
88
* Django 4.2 support added

djangocms_url_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"
22

33
default_app_config = "djangocms_url_manager.apps.UrlManagerConfig"

djangocms_url_manager/compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from packaging.version import Version
44

5+
56
DJANGO_4_1 = Version(django.get_version()) < Version('4.2')
67

78

tests/requirements/dj42_cms40.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Django>=4.2,<5.0
44

55
# Unreleased django 4.2 compatible packages
66
https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms
7-
https://github.com/joshyu/djangocms-versioning/tarball/feat/django-42-compatible#egg=djangocms-versioning
8-
https://github.com/FidelityInternational/djangocms-moderation/tarball/feature/django-42-compat#egg=djangocms-moderation
7+
https://github.com/django-cms/djangocms-versioning/tarball/support/django-cms-4.0.x#egg=djangocms-versioning
8+
https://github.com/django-cms/djangocms-moderation/tarball/master#egg=djangocms-moderation

0 commit comments

Comments
 (0)