Skip to content

Commit

Permalink
Release 1.0.0.dev1 (django-cms#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 authored Dec 6, 2021
1 parent aa465bc commit 6402328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog

Unreleased
==========


1.0.0.dev1 (2021-12-06)
=======================
* Added djangocms-versioning support
- Added grouper model
- Added versioning config in cms_config
Expand All @@ -15,7 +19,7 @@ Unreleased

* Github Actions integration

0.0.11
==========
0.0.11 (2021-05-17)
===================
* Fixed missing migration and initial migration dependencies on the cms
* Removed Python 3.5 EOL and added Python 3.7 and 3.8 in the tox and CircleCI configs
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__ = "0.0.11"
__version__ = "1.0.0.dev1"

default_app_config = "djangocms_url_manager.apps.UrlManagerConfig"

0 comments on commit 6402328

Please sign in to comment.