diff --git a/README.md b/README.md index 4534567..3ca6fb4 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,10 @@ You may need to do this if you use a custom user model and upgrade Django. ## Change Log +### 3.0.1 + +* Change `is_authenticated` to property in models.py + ### 3.0.0 * Add Django 2.0 compatibility testing diff --git a/setup.py b/setup.py index 2cc3384..25f0484 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "3.0.0" +VERSION = "3.0.1" LONG_DESCRIPTION = """ .. image:: http://pinaxproject.com/pinax-design/patches/pinax-referrals.svg :target: https://pypi.python.org/pypi/pinax-referrals/