Skip to content

Commit

Permalink
update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Apr 25, 2018
1 parent 91d250c commit b4916ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
THE SOFTWARE.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit b4916ea

Please sign in to comment.