Bump version to 0.4.1 0.4.1
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 26 Jun 2013 16:32:55 +0000 (19:32 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 26 Jun 2013 16:32:55 +0000 (19:32 +0300)
ChangeLog
docs/conf.py
image_creator/version.py
version

index 586fd3f..262b2f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
+
 2013-06-21, v0.4
        * Populate the USERS metadata in Windows images
        * Support kamaki 0.9 and synnefo 0.14
 2013-06-21, v0.4
        * Populate the USERS metadata in Windows images
        * Support kamaki 0.9 and synnefo 0.14
index 28b2d66..4d729c8 100644 (file)
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
 # built documents.
 #
 # The short X.Y version.
 # built documents.
 #
 # The short X.Y version.
-version = '0.4'
+version = '0.4.1'
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
-release = '0.4'
+release = '0.4.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 0fdf52e..161d848 100644 (file)
@@ -1,7 +1,7 @@
-__version__ = "0.4"
-__version_info__ = ['0', '4']
+__version__ = "0.4.1"
+__version_info__ = ['0', '4', '1']
 __version_vcs_info__ = {
     'branch': 'master',
 __version_vcs_info__ = {
     'branch': 'master',
-    'revid': 'be73902',
-    'revno': 310}
+    'revid': '628054a',
+    'revno': 313}
 __version_user_info__ = "skalkoto@darkstar.admin.grnet.gr"
 __version_user_info__ = "skalkoto@darkstar.admin.grnet.gr"
diff --git a/version b/version
index bd73f47..267577d 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.4
+0.4.1