Skip to content

Commit 378061d

Browse files
committed
Prepare a 3.0.12 release
1 parent 4c5c756 commit 378061d

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '3.0.11'
2+
__version__ = '3.0.12'
33

44
default_app_config = 'cms.apps.CMSConfig'

docs/upgrade/3.0.12.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _upgrade-to-3.0.10:
2+
3+
####################
4+
3.0.12 release notes
5+
####################
6+
7+
********************
8+
What's new in 3.0.12
9+
********************
10+
11+
Bug Fixes
12+
=========
13+
14+
* Fixes a regression caused by extra whitespace in Javascript =(

docs/upgrade/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ makes changes to your database.
1111
.. toctree::
1212
:maxdepth: 1
1313

14+
3.0.12
1415
3.0.11
1516
3.0.10
1617
3.0.9

0 commit comments

Comments
 (0)