Skip to content

Commit

Permalink
feat() document and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
batiste committed Dec 18, 2016
1 parent df41f7e commit 2922cd0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
This file describe new features and incompatibilites between released version of the CMS.


Release 1.9.9
=============

Released the 18th of December 2016.

* Fix a couple of problems with inline frontend editing
* :ref:`Placeholder can now be used as blocks <placeholderasblocks>`


Release 1.9.8
=============

Expand Down
2 changes: 2 additions & 0 deletions doc/placeholders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ This is an example list of different possible syntaxes for this template tag::
<div class="my_funky_column">{{ right_column|safe }}</div>


.. _placeholderasblocks:

Placeholders as blocks
=============================

Expand Down
2 changes: 1 addition & 1 deletion pages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Django page CMS module."""
VERSION = (1, 9, 8)
VERSION = (1, 9, 9)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Batiste Bieler"
__contact__ = "batiste.bieler@gmail.com"
Expand Down

0 comments on commit 2922cd0

Please sign in to comment.