From ef7c20c2bc7a3f47304aa260eedc39b9bbaac59d Mon Sep 17 00:00:00 2001 From: ianb Date: Tue, 20 May 2008 21:16:04 +0000 Subject: update version in conf.py, add generation/upload script --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index ec13d7f..3e15f7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,9 +40,9 @@ copyright = '2008, Ian Bicking' # other places throughout the built documents. # # The short X.Y version. -version = '1.6' +version = '1.7' # The full version, including alpha/beta/rc tags. -release = '1.6.1' +release = '1.7' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -- cgit v1.2.1