From f97dbc42b9c9622cf63da87ebabcafce1396e420 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Mon, 9 Sep 2013 11:04:18 +0300 Subject: [PATCH] Update version.py and ChangeLog --- ChangeLog | 3 +++ docs/conf.py | 4 ++-- image_creator/version.py | 13 +++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67b0dc2..caadac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2013-09-09, v0.5.2 + * Fix some errors in the ci scripts + 2013-08-23, v0.5.1 * Allow more characters in the cloud name * Fix various bugs diff --git a/docs/conf.py b/docs/conf.py index 8392d22..626a201 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved' # built documents. # # The short X.Y version. -version = '0.5.1' +version = '0.5.2' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/image_creator/version.py b/image_creator/version.py index 59db0cb..f9e59b8 100644 --- a/image_creator/version.py +++ b/image_creator/version.py @@ -1,7 +1,8 @@ -__version__ = "0.5.1" -__version_info__ = ['0', '5', '1'] + +__version__ = "0.5.2" __version_vcs_info__ = { - 'branch': 'hotfix-0.5.1', - 'revid': 'b25b422', - 'revno': 393} -__version_user_info__ = "skalkoto@darkstar.admin.grnet.gr" + 'branch': 'hotfix-0.5.2', + 'revid': '97a59b7', + 'revno': 397} +__version_user_email__ = "skalkoto@grnet.gr" +__version_user_name__ = "Nikos Skalkotos" -- GitLab