From ebc5e5995dd724b01b02a4db62e4951b03578d88 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Fri, 16 May 2014 12:29:36 +0300 Subject: [PATCH] Bump version 0.15 Update ChangeLog and version files for snf-image 0.15 --- ChangeLog | 10 ++-------- docs/version.py | 2 +- version | 2 +- version.m4 | 2 +- 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index eba5b9e..953e32f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,7 @@ -2014-16-05, v0.15rc3 - * Fix bugs in pithcat introduced in rc2 - -2014-15-05, v0.15rc2 - * Add pithos backend version check in pithcat. - -2014-13-05, v0.15rc1 +2014-16-05, v0.15 * Add support for selectable pithos storage backend. Possible storage backends for pithos are `nfs' or `rados' - * Fix bugs and update the documentation + * Fix bugs, typos and update the documentation 2014-04-11, v0.14 * Add support for extending NetBSD partitions diff --git a/docs/version.py b/docs/version.py index 216274e..f379281 100644 --- a/docs/version.py +++ b/docs/version.py @@ -1 +1 @@ -__version__ = "0.15rc3" +__version__ = "0.15" diff --git a/version b/version index b66ceec..2856407 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.15rc3 +0.15 diff --git a/version.m4 b/version.m4 index 86def69..cce8892 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([devflow_version], [0.15rc3]) +m4_define([devflow_version], [0.15]) -- GitLab