Skip to content

Commit

Permalink
Bumped version. v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Nov 9, 2010
1 parent 1f5476e commit 1305866
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.3'
version = '0.9.0'
# The full version, including alpha/beta/rc tags.
release = '0.8.3-beta'
release = '0.9.0-beta'

# 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 @@ -4,7 +4,7 @@

setup(
name='django-tastypie',
version='0.8.3',
version='0.9.0',
description='A flexible & capable API layer for Django.',
author='Daniel Lindsley',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tastypie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = 'Daniel Lindsley, Cody Soyland, Matt Croydon'
__version__ = (0, 8, 3)
__version__ = (0, 9, 0)

0 comments on commit 1305866

Please sign in to comment.