Skip to content
Snippets Groups Projects
Commit 84e3cd34 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Bump version to 0.2.3

parent c631f3e4
No related branches found
Tags v0.2
No related merge requests found
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 2013-01-22, v0.2.2
* Fix bugs in bundle_host and cleanup functions * Fix bugs in bundle_host and cleanup functions
......
...@@ -48,9 +48,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved' ...@@ -48,9 +48,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.2.2' version = '0.2.3'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -31,6 +31,6 @@ ...@@ -31,6 +31,6 @@
# interpreted as representing official policies, either expressed # interpreted as representing official policies, either expressed
# or implied, of GRNET S.A. # 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 : # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment