We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21781a8 commit 1866e19Copy full SHA for 1866e19
rules/__init__.py
@@ -4,6 +4,6 @@
4
always_allow, always_deny, is_authenticated,
5
is_superuser, is_staff, is_active, is_group_member)
6
7
-VERSION = (0, 3, 0, 'alpha', 1)
+VERSION = (0, 3, 0, 'final', 1)
8
9
default_app_config = 'rules.apps.RulesConfig'
0 commit comments