Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-keeper committed Nov 27, 2015
1 parent 65e86dc commit b0bc4bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog
%%version%% (unreleased)
------------------------

- Merge pull request #23 from bee-keeper/devel. [bee-keeper]

Coverage and exposing inviter in admin

- Coverage and exposing inviter in admin. [bee_keeper]

1.3 (2015-11-26)
----------------

- Merge pull request #22 from bee-keeper/devel. [bee-keeper]

Added inviter to invitation

- Added inviter to invitation. [bee_keeper]

- Merge pull request #21 from bee-keeper/devel. [bee-keeper]
Expand Down
4 changes: 2 additions & 2 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.3',
version='1.4',
description='Django invitation integration 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.3',
'bee-keeper/django-invitations/tarball/1.4',
keywords=['django', 'invitation', 'django-allauth', 'invite'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit b0bc4bd

Please sign in to comment.