Skip to content

Commit

Permalink
Merge branch 'release/1.0.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
asfaltboy committed Mar 21, 2016
2 parents ed89c40 + a634397 commit 5fc8c65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.4 - Unbreak Python 3
------------------------

This release contains a fix to allow distribution installation on Python 3 which was broken since 1.0.2

1.0.3 - The Package Fix
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For release notes, see `Changelog <https://raw.githubusercontent.com/modlinltd/d
Requirements
============

- Django >= 1.5 (Django 1.5 - 1.8 on Python 2/3/PyPy2)
- Django >= 1.5 (Django 1.5 - 1.9 on Python 2/3/PyPy2)
- django-easy-select2 == 1.2.5
- django-braces == 1.4.0
- simplejson == 3.6.5
Expand Down
2 changes: 1 addition & 1 deletion advanced_filters/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.3'
__version__ = '1.0.4'

0 comments on commit 5fc8c65

Please sign in to comment.