Skip to content

Commit

Permalink
Release 4.0.0.11 (#141)
Browse files Browse the repository at this point in the history
Added the cms version, updated the addon version number and added the changelog entry
  • Loading branch information
Aiky30 authored Mar 18, 2020
1 parent 91a9505 commit 98ef4f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

4.0.0.6 (2020-03-17)
--------------------

* Use 4.0.0dev8 release of djangoCMS.


4.0.0.10 (2019-04-05)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion aldryn_django_cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.0.10'
__version__ = '4.0.0.11'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(),
install_requires=(
'aldryn-addons',
'django-cms==4.0.0dev7',
'django-cms==4.0.0dev8',
'requests',

# NOTE: django-cms doesn't require this, but many of the addons do.
Expand Down

0 comments on commit 98ef4f7

Please sign in to comment.