From 43cce2c4884ddf49edbcc233f32c86b21aa61ebf Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 8 Mar 2013 17:02:02 -0500 Subject: [PATCH] Update version --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.