From 5f1dcfc7015d2986d62b5efd77130fd9d6337ab9 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Tue, 23 Jan 2018 11:20:27 -0700 Subject: [PATCH] Update version, changelog --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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/