Skip to content

Commit

Permalink
Bumped to version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ward committed Jul 3, 2013
1 parent a1f5a84 commit 11461f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'

# The full version, including alpha/beta/rc tags.
release = '0.6dev'
release = '0.7dev'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):

setup(
name='django-authority',
version='0.6',
version='0.7',
description=(
"A Django app that provides generic per-object-permissions "
"for Django's auth app."
Expand Down

0 comments on commit 11461f8

Please sign in to comment.