Skip to content

Commit 8765833

Browse files
committed
Prepare v1.1.1 for release
1 parent ba9e4a0 commit 8765833

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,9 @@ Managing the permissions rule set
846846
Changelog
847847
=========
848848

849+
``v1.1.1`` - 2015/12/07
850+
- Improved handling of skipped predicates
851+
849852
``v1.1.0`` - 2015/12/05
850853
- Fixed regression that wouldn't short-circuit boolean expressions
851854
- Added support for Django 1.9 and Python 3.5

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 = (1, 1, 1, 'alpha', 1)
7+
VERSION = (1, 1, 1, 'final', 1)
88

99
default_app_config = 'rules.apps.RulesConfig'

0 commit comments

Comments
 (0)