Skip to content

Commit b4916ea

Browse files
committed
update version string
1 parent 91d250c commit b4916ea

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

LICENCE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Copyright (c) 2009, Weston Nielson (wnielson@gmail.com)
22
2010, Jan Schrewe (jschrewe@googlemail.com)
3+
2017, Arthur Hanson (worldnomad@gmail.com)
34

45
Permission is hereby granted, free of charge, to any person obtaining a copy
56
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
1718
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1819
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1920
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20-
THE SOFTWARE.
21+
THE SOFTWARE.

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ def convert_readme():
1212

1313
setup(
1414
name='django-genericadmin',
15-
version='0.6.1',
15+
version='0.7.0',
1616
description="Adds support for generic relations within Django's admin interface.",
17-
author='Weston Nielson, Jan Schrewe',
18-
author_email='wnielson@gmail.com, jschrewe@googlemail.com',
19-
url='https://github.com/jschrewe/django-genericadmin',
17+
author='Weston Nielson, Jan Schrewe, Arthur Hanson',
18+
author_email='wnielson@gmail.com, jschrewe@googlemail.com, worldnomad@gmail.com',
19+
url='https://github.com/arthanson/django-genericadmin',
2020
packages = ['genericadmin'],
2121
# package_data={'genericadmin': ['static/genericadmin/js/genericadmin.js']},
2222
classifiers=[

0 commit comments

Comments
 (0)