Skip to content

Commit

Permalink
update versions for the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ppetrid committed Oct 23, 2013
1 parent 133c282 commit 17cbbdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.0'
release = '0.7.1-rc1'

# 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
Expand Up @@ -4,7 +4,7 @@
setup(
name='yawd-admin',
url='http://yawd.eu/open-source-projects/yawd-admin/',
version = '0.7.0',
version = '0.7.1-rc1',
description='An administration website for Django',
long_description=open('README.rst', 'rt').read(),
author='yawd',
Expand Down
2 changes: 1 addition & 1 deletion yawdadmin/__init__.py
@@ -1,4 +1,4 @@
__version__ = '0.7.0'
__version__ = '0.7.1-rc1'

from sites import YawdAdminSite

Expand Down

0 comments on commit 17cbbdb

Please sign in to comment.