Skip to content

Commit

Permalink
Preparation for 1.10.1 release
Browse files Browse the repository at this point in the history
rowanseymour committed Dec 14, 2016
1 parent 162cef8 commit 3bcf84e
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.10.1 (2016-12-14)
==================
* Added missing migration https://github.com/nyaruka/smartmin/pull/86
* Fixed using arg for get_form which was removed in Django 1.10 https://github.com/nyaruka/smartmin/pull/88

1.10 (2016-12-14)
==================
* Support for Django 1.10
2 changes: 1 addition & 1 deletion smartmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__version__ = '1.10'
__version__ = '1.10.1'


def class_from_string(class_name):

0 comments on commit 3bcf84e

Please sign in to comment.