diff options
| author | Jan Dittberner <jan.dittberner@googlemail.com> | 2011-02-11 21:30:04 +0100 |
|---|---|---|
| committer | Jan Dittberner <jan.dittberner@googlemail.com> | 2011-02-11 21:30:04 +0100 |
| commit | 21bbca280a9e5e24661b0e3526e842ac6ce56eec (patch) | |
| tree | 355255f68d0d21a7de66a1b21cd6764caa74bc86 /docs | |
| parent | cd653ddfe25410cfc319eb34f4b36a46e6d8361c (diff) | |
| download | sqlalchemy-migrate-21bbca280a9e5e24661b0e3526e842ac6ce56eec.tar.gz | |
update version in docs/conf.py
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index e49fcce..be9220d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. |
