Skip to content

Commit

Permalink
Release/1.2.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake authored May 16, 2024
1 parent 075d745 commit 80991bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

Unreleased
1.2.0 (2024-05-16)
==========
* Python 3.10 support added
* Django 4.2 support added
Expand Down
2 changes: 1 addition & 1 deletion djangocms_url_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.1.0"
__version__ = "1.2.0"

default_app_config = "djangocms_url_manager.apps.UrlManagerConfig"
1 change: 1 addition & 0 deletions djangocms_url_manager/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from packaging.version import Version


DJANGO_4_1 = Version(django.get_version()) < Version('4.2')


Expand Down
4 changes: 2 additions & 2 deletions tests/requirements/dj42_cms40.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Django>=4.2,<5.0

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

0 comments on commit 80991bd

Please sign in to comment.