From 92bfe974d0d8f49d321185dfe0ac44a5fd590069 Mon Sep 17 00:00:00 2001
From: Nikos Skalkotos <skalkoto@grnet.gr>
Date: Tue, 19 Mar 2013 17:20:22 +0200
Subject: [PATCH] Bump version to 0.2.5

---
 ChangeLog                 | 6 ++++++
 docs/conf.py              | 4 ++--
 image_creator/__init__.py | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f795793..46e708e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-19, v0.2.5
+	* Add support for private images
+	* Only use the token to authenticate to synnefo
+	* Show the user-provided info in the confirmation dialog of the wizard
+	* Fix minor typos & bugs
+
 2013-03-06, v0.2.4
 	* Rename README.rst to README
 	* Enforce raw image format in libguestfs
diff --git a/docs/conf.py b/docs/conf.py
index b23fa73..a27b15c 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.4'
+version = '0.2.5'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.4'
+release = '0.2.5'
 
 # 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 ada5b77..6bff5b1 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.4'
+__version__ = '0.2.5'
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :
-- 
GitLab