From 71058829e7420e12f867cdae5dec859357e6565c Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 5 May 2013 22:35:16 +0200 Subject: [PATCH] Changed version to 0.2 --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 40a2698..156be97 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,9 +45,9 @@ copyright = u'2013, Lars Kiesow' # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1.s%s' % time.strftime('%Y%m%d') +release = '0.2.%s' % time.strftime('%Y%m%d') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.