From 8013680c2c0a8b1980f6ae31330a031efe50b758 Mon Sep 17 00:00:00 2001 From: Chance Zibolski Date: Tue, 3 Sep 2013 11:59:28 -0700 Subject: [PATCH] Bump version to 0.10.2 --- docs/source/conf.py | 2 +- ganeti_web/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1cd8a6f4..bf49c684 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ copyright = u'2012, Oregon State University Open Source Lab' # The short X.Y version. version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.10.1' +release = '0.10.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ganeti_web/constants.py b/ganeti_web/constants.py index e43fdc15..628df9dd 100644 --- a/ganeti_web/constants.py +++ b/ganeti_web/constants.py @@ -15,7 +15,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. -VERSION = '0.10.1' +VERSION = '0.10.2' OWNER_TAG = 'gwm:owner:' # Form Constants -- 2.11.4.GIT