Skip to content

Commit edb80cd

Browse files
committed
Update version and changelog
1 parent d01167e commit edb80cd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Changelog
2+
=========
3+
4+
Version 0.2 (Dec 31, 2013)
5+
-------------
6+
7+
* Fixed query errors with Django 1.5 and 1.6
8+
9+
Version 0.1
10+
-------------
11+
12+
* Initial release

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='permission-backend-nonrel',
19-
version='0.1',
19+
version='0.2',
2020
description='Django-nonrel authentication backend to support permissions and groups',
2121
packages=find_packages(exclude=('tests','tests.*')),
2222
author='Florian Hahn',

0 commit comments

Comments
 (0)