Skip to content

Commit

Permalink
1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-keeper committed Oct 19, 2016
1 parent 765147a commit afe583a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
package_data={'invitations': ['templates/*.*']},
include_package_data=True,
zip_safe=False,
version='1.7',
version='1.8',
description='Generic invitations app with support for django-allauth',
author='https://github.com/bee-keeper',
author_email='none@none.com',
url='https://github.com/bee-keeper/django-invitations.git',
download_url='https://github.com/'
'bee-keeper/django-invitations/tarball/1.7',
'bee-keeper/django-invitations/tarball/1.8',
keywords=['django', 'invitation', 'django-allauth', 'invite'],
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -28,6 +28,6 @@
'Framework :: Django',
],
install_requires=[
'django-braces>=1.8.0',
],
'django-braces>=1.8.0'
]
)

0 comments on commit afe583a

Please sign in to comment.