Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Jan 23, 2018
1 parent 0934825 commit 5f1dcfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 5f1dcfc

Please sign in to comment.