From a8943421ac12740f063aedf35496ab6b2e247666 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Wed, 17 Jul 2013 15:15:40 +0300 Subject: [PATCH] Bump version to 0.4.2 --- ChangeLog | 3 +++ docs/conf.py | 4 ++-- image_creator/version.py | 8 ++++---- version | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 262b2f1..e560f16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2013-07-17, v0.4.2 + * Fix a dialog bug affecting only OpenSUSE + 2013-06-21, v0.4.1 * Fix a bug that caused an abnormal termination when trying to determine the available users in a Windows image diff --git a/docs/conf.py b/docs/conf.py index 4d729c8..ed3ced6 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.4.1' +version = '0.4.2' # The full version, including alpha/beta/rc tags. -release = '0.4.1' +release = '0.4.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 161d848..8277b72 100644 --- a/image_creator/version.py +++ b/image_creator/version.py @@ -1,7 +1,7 @@ -__version__ = "0.4.1" -__version_info__ = ['0', '4', '1'] +__version__ = "0.4.2" +__version_info__ = ['0', '4', '2'] __version_vcs_info__ = { 'branch': 'master', - 'revid': '628054a', - 'revno': 313} + 'revid': '6223cd7', + 'revno': 316} __version_user_info__ = "skalkoto@darkstar.admin.grnet.gr" diff --git a/version b/version index 267577d..2b7c5ae 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.1 +0.4.2 -- 1.7.10.4