Skip to content

Commit

Permalink
Bump to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed May 1, 2017
1 parent 6d85f6b commit 8dea608
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Changes in 1.2 (2017-05-01)
---------------------------

* Django 1.11 support.
* Fixd garbled placeholder data in admin forms submitted with errors
* Fixed JavaScript ``django_wysiwyg`` error when text plugin is not included.
* Dropped Django 1.5, 1.6 and Python 2.6 support.


Changes in 1.1.11 (2016-12-21)
------------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.11'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.11'
release = '1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion fluent_contents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# following PEP 440
__version__ = "1.1.11"
__version__ = "1.2"

0 comments on commit 8dea608

Please sign in to comment.