Bump version to 0.4
authorNikos Skalkotos <skalkoto@grnet.gr>
Fri, 21 Jun 2013 12:48:33 +0000 (15:48 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Fri, 21 Jun 2013 12:48:33 +0000 (15:48 +0300)
ChangeLog
docs/conf.py
image_creator/version.py
version

index 51cf167..586fd3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-06-21, v0.4
+       * Populate the USERS metadata in Windows images
+       * Support kamaki 0.9 and synnefo 0.14
+       * Change the metadata file format to json
+       * Support the devflow building system
+
 2013-05-27, v0.3
        * Support media hosting FreeBSD systems
        * Check if remote files exist when uploading images to pithos
index 2e40c86..28b2d66 100644 (file)
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
 # built documents.
 #
 # The short X.Y version.
-version = '0.3'
+version = '0.4'
 # The full version, including alpha/beta/rc tags.
-release = '0.3'
+release = '0.4'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 249fd43..0fdf52e 100644 (file)
@@ -1,8 +1,7 @@
-__version__ = "0.3next"
-__version_info__ = ['0', '3next']
+__version__ = "0.4"
+__version_info__ = ['0', '4']
 __version_vcs_info__ = {
-    'branch': 'develop',
-    'revid': '9c060ab',
-    'revno': 297,
-    'toplevel': '/home/skalkoto/src/snf-image-creator'}
+    'branch': 'master',
+    'revid': 'be73902',
+    'revno': 310}
 __version_user_info__ = "skalkoto@darkstar.admin.grnet.gr"
diff --git a/version b/version
index 51c4eb3..bd73f47 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.3next
+0.4