From a5cdc559597ff1168baa14a2457b0e27b274f707 Mon Sep 17 00:00:00 2001 From: Carlos Valiente Date: Mon, 11 Aug 2014 13:19:47 +0100 Subject: [PATCH] Preparing for 0.4.0 --- CHANGES.rst | 6 ++++++ libcloudvagrant/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3b30b66..f788ffd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changes in the development version ================================== +None so far. + + +Changes in version 0.4.0 +======================== + Backwards-incompatible changes ------------------------------ diff --git a/libcloudvagrant/__init__.py b/libcloudvagrant/__init__.py index 1199ea1..e4d3a2d 100644 --- a/libcloudvagrant/__init__.py +++ b/libcloudvagrant/__init__.py @@ -59,7 +59,7 @@ "ca-bundle.crt")) -__version__ = "0.3.0" +__version__ = "0.4.0" def test():