Skip to content

Commit

Permalink
Release 1.3.0 (django-cms#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
czpython authored Nov 3, 2017
1 parent ce6c7ed commit af54552
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
CHANGELOG
=========

1.2.9 (unreleased)
1.3.0 (2017-11-02)
------------------

* Introduced Django 1.11 support
* Fixed `get_css_position` filter breaking when there is no image
* Fixed missing html title when adding folders
* Fixed a regression where third party app migrations would require the
``FILER_IMAGE_MODEL`` setting.


1.2.8 (2017-07-20)
Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# version string following pep-0396 and pep-0386
__version__ = '1.3.0.dev' # pragma: nocover
__version__ = '1.3.0' # pragma: nocover

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit af54552

Please sign in to comment.