Skip to content

Commit

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

``v1.0.0`` - 2015/10/06
- Initial stable public release
- Dropped support for Python 3.2
- Added Django test suite
- Added function-based view decorator
- Added class-based view mixin

``v0.4`` - 2015/02/16
- Added support for creating predicates from partial functions
- Added support for creating predicates from instance methods
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 = (0, 5, 0, 'alpha', 1)
VERSION = (1, 0, 0, 'final', 1)

default_app_config = 'rules.apps.RulesConfig'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_version(version):
],

classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 21e145a

Please sign in to comment.