Skip to content

Commit

Permalink
0.13.2 release (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino authored and Cory Sutyak committed Apr 4, 2019
1 parent 7b875d0 commit e473ff2
Show file tree
Hide file tree
Showing 3 changed files with 22 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', '13', '1']
release = ['0', '13', '2']

__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.13.2
v0.13.1
v0.13.0
v0.12.1
Expand Down
20 changes: 20 additions & 0 deletions docs/releases/v0.13.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CodeRed CMS 0.13.2 release notes
================================


Bug fixes
---------

* Google Analytics now properly tracks clicks in the navbar.


Maintenance
-----------

* Removed old unused template code.


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

None

0 comments on commit e473ff2

Please sign in to comment.