Skip to content

Commit

Permalink
Prepare v2.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt committed Dec 7, 2018
1 parent 9ad9878 commit 4384e47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## v2.0.1 - 2018/12/07

- Fixed issue with using ``rules`` in ``CreateView`` CBV

## v2.0.0 - 2018/07/22

- Removed support for Python 2.6 and 3.3
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django-rules
^^^^^^^^^^^^
rules
^^^^^

``rules`` is a tiny but powerful app providing object-level permissions to
Django, without requiring a database. At its core, it is a generic framework
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 = (2, 0, 0, 'final', 1)
VERSION = (2, 0, 1, 'final', 1)

default_app_config = 'rules.apps.RulesConfig'

0 comments on commit 4384e47

Please sign in to comment.