update version in docs/conf.py

This commit is contained in:
Jan Dittberner 2011-02-11 21:30:04 +01:00
parent cd653ddfe2
commit 21bbca280a

View File

@ -47,16 +47,16 @@ master_doc = 'index'
# General information about the project.
project = u'SQLAlchemy Migrate'
copyright = u'2010, Evan Rosson, Jan Dittberner, Domen Kožar'
copyright = u'2011, Evan Rosson, Jan Dittberner, Domen Kožar, Chris Withers'
# 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.6'
version = '0.6.1'
# The full version, including alpha/beta/rc tags.
release = '0.6'
release = '0.6.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.