Skip to content

Commit

Permalink
Version bump & authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Feb 14, 2012
1 parent 6692eb2 commit 6f53684
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -38,16 +38,16 @@

# General information about the project.
project = u'Tastypie'
copyright = u'2010-2011, Daniel Lindsley, Cody Soyland & Matt Croydon'
copyright = u'2010-2011, Daniel Lindsley, Cody Soyland, Matt Croydon, Josh Bohde & Issac Kelly'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.9.11'
version = '0.9.12'
# The full version, including alpha/beta/rc tags.
release = '0.9.11'
release = '0.9.12-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
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-tastypie',
version='0.9.11',
version='0.9.12-beta',
description='A flexible & capable API layer for Django.',
author='Daniel Lindsley',
author_email='daniel@toastdriven.com',
Expand Down
4 changes: 2 additions & 2 deletions tastypie/__init__.py
@@ -1,2 +1,2 @@
__author__ = 'Daniel Lindsley, Cody Soyland, Matt Croydon'
__version__ = (0, 9, 11)
__author__ = 'Daniel Lindsley, Cody Soyland, Matt Croydon, Josh Bohde & Issac Kelly'
__version__ = (0, 9, 12, 'beta')

0 comments on commit 6f53684

Please sign in to comment.