Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 9a27738

Browse files
committed
Freezying v1.3
1 parent 8c051ca commit 9a27738

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release DEV
2-
===========
1+
Release 1.3 (Jun 3, 2015)
2+
=========================
33

44
* Official Django 1.8 support (thanks to multiple contributors)
55

guardian/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
from __future__ import unicode_literals
55

6-
VERSION = (1, 2, 6, 'dev')
6+
VERSION = (1, 3)
77

88
__version__ = '.'.join((str(each) for each in VERSION[:4]))
99

0 commit comments

Comments
 (0)