Skip to content

Commit

Permalink
Release 1.1.0 (#81)
Browse files Browse the repository at this point in the history
* Python 3.8, 3.9 support added
* Django 3.0, 3.1 and 3.2 support added
* Python 3.5 and 3.6 support removed
* Django 1.11 support removed
  • Loading branch information
Aiky30 authored Feb 23, 2022
1 parent d2c796d commit a98d71a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog

Unreleased
==========

1.1.0 (2022-02-22)
==================
* Python 3.8, 3.9 support added
* Django 3.0, 3.1 and 3.2 support added
* Python 3.5 and 3.6 support removed
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.0.0.dev2"
__version__ = "1.1.0"

default_app_config = "djangocms_url_manager.apps.UrlManagerConfig"

0 comments on commit a98d71a

Please sign in to comment.