Skip to content

Commit

Permalink
Update version and docs for 0.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Apr 11, 2020
1 parent e08c628 commit c2373f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coderedcms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release = ["0", "17", "0"]
release = ["0", "18", "0"]

__version__ = "{0}.{1}.{2}".format(release[0], release[1], release[2])
__shortversion__ = "{0}.{1}".format(release[0], release[1])
1 change: 1 addition & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CodeRed CMS follows the ``[major].[minor].[maintenance]`` versioning scheme.
.. toctree::
:maxdepth: 1

v0.18.0
v0.17.0
v0.16.3
v0.16.2
Expand Down
16 changes: 16 additions & 0 deletions docs/releases/v0.18.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
CodeRed CMS 0.18.0 release notes
================================


New features
------------

* Upgraded Wagtail to version 2.8
* Now supports Django 2.1, 2.2, 3.0 and Python 3.5, 3.6, 3.7, 3.8


Upgrade considerations
----------------------

* You may need to run ``python manage.py makemigrations website`` and
``python manage.py migrate`` after upgrading.

0 comments on commit c2373f8

Please sign in to comment.