Skip to content

Commit

Permalink
Bump to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Dec 6, 2017
1 parent 1afe8e6 commit a274d88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
=========

Changes in 1.9.1 (2017-12-06)
-----------------------------

* Fixed HTML output in Django 2.0 for the the ``language_column`` and ``all_languages_column`` fields in the Django admin.


Changes in 1.9 (2017-12-04)
---------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '1.9'
version = '1.9.1'
# The full version, including alpha/beta/rc tags.
release = '1.9'
release = '1.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion parler/__init__.py
@@ -1,5 +1,5 @@
# following PEP 440
__version__ = "1.9"
__version__ = "1.9.1"

__all__ = (
'is_multilingual_project',
Expand Down

0 comments on commit a274d88

Please sign in to comment.