diff --git a/ChangeLog b/ChangeLog index 6dcd994750eb3cee223e01c04277a9f87e17dc91..51cf16707d0e9e3f546e615200b3b153043544f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-05-27, v0.3 + * Support media hosting FreeBSD systems + * Check if remote files exist when uploading images to pithos + * Make the md5sum and metadate files public if image gets registered as + public + * Fix minor bugs and typos + 2013-05-01, v0.2.10 * Fix a bug where acl and user_xattr mount options where not respected in host bundling operation diff --git a/docs/conf.py b/docs/conf.py index c72f4e98f303068defc797edd90fdee3a2d24f58..2e40c86c509fb13fbf0d8871f1b19308ea6b5e77 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.2.10' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2.10' +release = '0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 62ea6d9cae4c5187bc5896305bd422aa390d9cd3..67775ed29ce7044660aeaf62fbdae13d86dd2b6b 100644 --- a/image_creator/__init__.py +++ b/image_creator/__init__.py @@ -31,6 +31,6 @@ # interpreted as representing official policies, either expressed # or implied, of GRNET S.A. -__version__ = '0.2.10' +__version__ = '0.3' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :