Skip to content

Commit

Permalink
Bump version to 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Jun 3, 2015
1 parent 2222768 commit 54f5979
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ to the database.
Installation
------------

.. image:: https://travis-ci.org/ui/django-cached_authentication_middleware.png?branch=master
|Build Status|


* Install via pypi::
Expand Down Expand Up @@ -74,6 +74,10 @@ To run the test suite with Django custom user (this will run only on Django 1.5)
Changelog
---------

Version 0.2.1
=============
* Better Django 1.8 compatibility.

Version 0.2.0
=============

Expand All @@ -89,3 +93,7 @@ Version 0.1
===========

* Initial release


.. |Build Status| image:: https://travis-ci.org/ui/django-cached_authentication_middleware.png?branch=master
:target: https://travis-ci.org/ui/django-cached_authentication_middleware
2 changes: 1 addition & 1 deletion cached_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 2, 0)
VERSION = (0, 2, 1)

from django.conf import settings
from django.contrib.auth import get_user, SESSION_KEY
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-cached_authentication_middleware',
version='0.2.0',
version='0.2.1',
author='Selwin Ong',
author_email='[email protected]',
packages=['cached_auth'],
Expand Down

0 comments on commit 54f5979

Please sign in to comment.