diff --git a/docs/conf.py b/docs/conf.py index c407ea5e1..f6ac0aba2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,17 +40,17 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Pillow' -copyright = u'2012, Alex Clark (PIL fork author)' +project = u'Pillow (PIL fork)' +copyright = u'Copyright © 1997-2011 by Secret Labs AB Copyright © 1995-2011 by Fredrik Lundh' # 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 = '1.7.7' +version = '2.0.0' # The full version, including alpha/beta/rc tags. -release = '1.7.7' +release = '2.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.