From b4916ea9421a484e893543bd1cbc6edc1c27fa66 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Tue, 24 Apr 2018 18:42:46 -0700 Subject: [PATCH] update version string --- LICENCE | 3 ++- setup.py | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LICENCE b/LICENCE index de1f972..432ee23 100644 --- a/LICENCE +++ b/LICENCE @@ -1,5 +1,6 @@ Copyright (c) 2009, Weston Nielson (wnielson@gmail.com) 2010, Jan Schrewe (jschrewe@googlemail.com) + 2017, Arthur Hanson (worldnomad@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -17,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/setup.py b/setup.py index b2c2c70..faf0c0f 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ def convert_readme(): setup( name='django-genericadmin', - version='0.6.1', + version='0.7.0', description="Adds support for generic relations within Django's admin interface.", - author='Weston Nielson, Jan Schrewe', - author_email='wnielson@gmail.com, jschrewe@googlemail.com', - url='https://github.com/jschrewe/django-genericadmin', + author='Weston Nielson, Jan Schrewe, Arthur Hanson', + author_email='wnielson@gmail.com, jschrewe@googlemail.com, worldnomad@gmail.com', + url='https://github.com/arthanson/django-genericadmin', packages = ['genericadmin'], # package_data={'genericadmin': ['static/genericadmin/js/genericadmin.js']}, classifiers=[