Skip to content

Commit

Permalink
Merge pull request OskarPersson#77 from PetrDlouhy/master
Browse files Browse the repository at this point in the history
bump to version 0.3.7
  • Loading branch information
s-block authored Feb 26, 2017
2 parents e1cf9e8 + 8bf5603 commit d6fbc09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ admin.py
Changelist
----------

0.3.7 - added support for django 1.10, fix unique fieldset id

0.3.6 - added support for django 1.9

0.3.5 - Removed deprecated methods and updated for Django 1.8/1.9
Expand Down
4 changes: 3 additions & 1 deletion django_nested_inline.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: django-nested-inline
Version: 0.3.6
Version: 0.3.7
Summary: Recursive nesting of inline forms for Django Admin
Home-page: https://github.com/s-block/django-nested-inline
Author: Josh Rowe
Expand Down Expand Up @@ -87,6 +87,8 @@ Description: django-nested-inline
Changelist
----------

0.3.7 - added support for django 1.10, fix unique fieldset id

0.3.6 - added support for django 1.9

0.3.5 - Removed deprecated methods and updated for Django 1.8/1.9
Expand Down
2 changes: 1 addition & 1 deletion nested_inline/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 3, 6)
__version__ = (0, 3, 7)

0 comments on commit d6fbc09

Please sign in to comment.