Skip to content

Commit

Permalink
Prepare v1.1.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt committed Dec 7, 2015
1 parent ba9e4a0 commit 8765833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,9 @@ Managing the permissions rule set
Changelog
=========

``v1.1.1`` - 2015/12/07
- Improved handling of skipped predicates

``v1.1.0`` - 2015/12/05
- Fixed regression that wouldn't short-circuit boolean expressions
- Added support for Django 1.9 and Python 3.5
Expand Down
2 changes: 1 addition & 1 deletion rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
always_allow, always_deny, is_authenticated,
is_superuser, is_staff, is_active, is_group_member)

VERSION = (1, 1, 1, 'alpha', 1)
VERSION = (1, 1, 1, 'final', 1)

default_app_config = 'rules.apps.RulesConfig'

0 comments on commit 8765833

Please sign in to comment.