Skip to content

Commit 1866e19

Browse files
committed
Prepare v0.3 for release
1 parent 21781a8 commit 1866e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
always_allow, always_deny, is_authenticated,
55
is_superuser, is_staff, is_active, is_group_member)
66

7-
VERSION = (0, 3, 0, 'alpha', 1)
7+
VERSION = (0, 3, 0, 'final', 1)
88

99
default_app_config = 'rules.apps.RulesConfig'

0 commit comments

Comments
 (0)