diff --git a/docs/conf.py b/docs/conf.py index 51c8452a9..40e126e72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 530d34ff3..0617a49e1 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/tastypie/__init__.py b/tastypie/__init__.py index cd78c3dfb..0b5243854 100644 --- a/tastypie/__init__.py +++ b/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')