Skip to content

Commit

Permalink
Bump to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Rief committed Sep 10, 2020
1 parent d322631 commit 0964a8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

2.0.2 (2020-09-10)
==================

* Fix #1214: `serve()` missing 1 required positional argument: `filer_file`.
* Fix #1211: On upload MIME-type is not set correctly.


2.0.1 (2020-09-04)
==================
Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
10. twine upload dist/django-filer-{new version}.tar.gz
"""

__version__ = '2.0.1'
__version__ = '2.0.2'

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit 0964a8f

Please sign in to comment.