Bump version to 0.2.3 v0.2.3
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 30 Jan 2013 11:53:39 +0000 (13:53 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 30 Jan 2013 11:53:39 +0000 (13:53 +0200)
ChangeLog
docs/conf.py
image_creator/__init__.py

index c731e48..969af97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-30, v0.2.3
+       * Add support for gpt partition tables in bundle volume
+       * Add AUTHORS ChangeLog and man pages
+       * support pyparted 3.4 and python 2.6
+
 2013-01-22, v0.2.2
        * Fix bugs in bundle_host and cleanup functions
 
index e2c2dfe..035723c 100644 (file)
@@ -48,9 +48,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
 # built documents.
 #
 # The short X.Y version.
-version = '0.2.2'
+version = '0.2.3'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.2'
+release = '0.2.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index d5d1fb4..0a6b753 100644 (file)
@@ -31,6 +31,6 @@
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-__version__ = '0.2.2'
+__version__ = '0.2.3'
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :