Skip to content

Commit

Permalink
Bump to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Feb 12, 2018
1 parent c9ee307 commit c8e4684
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 2.0.2 (2018-02-12)
--------------------------

* Added support for custom user model / username fields on Django 1.11+
* Fix duplicate tag pages in the sitemap
* Fix HTML display in admin list columns for Django 2.0


Version 2.0.1 (2018-02-05)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion fluent_blogs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# following PEP 440
__version__ = "2.0.1"
__version__ = "2.0.2"

# Fix for internal messy imports.
# When base_models is imported before models/__init__.py runs, there is a circular import:
Expand Down

0 comments on commit c8e4684

Please sign in to comment.