Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
* Drop support for unsupported versions of Django.  (Django <1.8)
* Drop support for Python 2.6
* Add support for Django 1.10
  • Loading branch information
David Krisch committed Oct 13, 2016
1 parent bb3a835 commit 00543c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = "django-modelclone",
version = "0.5.4",
version = "0.6.0",
description = u"Django application that allows users to clone a model in Admin",
url = "https://github.com/RealGeeks/django-modelclone",
packages = [
Expand Down

0 comments on commit 00543c3

Please sign in to comment.