From 648d8e9077cd0fd1d045c2a8d6394ebe0adffe79 Mon Sep 17 00:00:00 2001 From: Sergey Schetinin Date: Sun, 20 Feb 2011 03:53:17 +0200 Subject: [PATCH] update versions for release --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 56177d32..30f8c7e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ # General substitutions. project = 'WebOb' -copyright = '2010, Ian Bicking and contributors' +copyright = '2011, Ian Bicking and contributors' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. @@ -42,7 +42,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.1' +release = '1.0.2' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/setup.py b/setup.py index be5d5f5b..c6a00bcf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import sys, os -version = '1.0.1' +version = '1.0.2' setup( name='WebOb',