Skip to content

Commit

Permalink
Merge pull request #17 from unt-libraries/version-2.0.2
Browse files Browse the repository at this point in the history
Version 2.0.2
  • Loading branch information
somexpert authored Mar 20, 2017
2 parents 7016757 + cee19b7 commit 9bd90f5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Change Log
==========

2.0.2
-----

* Fixed bug that prevented password resets when no SITE_ID was set.
* Corrected usage of deprecated setting.
* Fixed sorting difference that occurred after resending invitation email.

2.0.1
-----

* Fixed bug that prevented signing up for an account when no SITE_ID was set.

2.0.0
-----

* Updated to work with Django 1.8.
* Removed requirement for the SITE_ID setting to be used. SITE_ID can still be used, but now, if it isn't, the site will be determined based on a domain match of your defined sites.

1.0.2
-----

* Last version with support for Django 1.5 - 1.7
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.1'
release = '2.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requirements
Installation
------------

* ``pip install git+https://github.com/unt-libraries/django-invite.git@2.0.1``
* ``pip install git+https://github.com/unt-libraries/django-invite.git@2.0.2``

* Add ``invite`` to your ``INSTALLED_APPS``
* Run ``./manage.py migrate``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="django-invite",
version="2.0.1",
version="2.0.2",
packages=find_packages(),
include_package_data=True,

Expand Down

0 comments on commit 9bd90f5

Please sign in to comment.