Skip to content

Commit 00543c3

Browse files
author
David Krisch
committed
Bump version to 0.6.0
* Drop support for unsupported versions of Django. (Django <1.8) * Drop support for Python 2.6 * Add support for Django 1.10
1 parent bb3a835 commit 00543c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = "django-modelclone",
6-
version = "0.5.4",
6+
version = "0.6.0",
77
description = u"Django application that allows users to clone a model in Admin",
88
url = "https://github.com/RealGeeks/django-modelclone",
99
packages = [

0 commit comments

Comments
 (0)