Skip to content

Commit d860859

Browse files
committed
Bump version to 0.2.0.
1 parent 10ad6e8 commit d860859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cached_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 1)
1+
VERSION = (0, 2, 0)
22

33
from django.conf import settings
44
from django.contrib.auth import get_user, SESSION_KEY

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-cached_authentication_middleware',
6-
version='0.1.1',
6+
version='0.2.0',
77
author='Selwin Ong',
88
author_email='[email protected]',
99
packages=['cached_auth'],

0 commit comments

Comments
 (0)