summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-05 08:58:56 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-05 08:58:56 +0300
commitf86d245067d334d7b241f4bf1a69a7cae68c8197 (patch)
treea2932f13d1c6f73650ec98f2a39131c56a55f536
parent7293f484b22cbcc73310db872bc1bca2b6d6a1d8 (diff)
downloadvmdb2-f86d245067d334d7b241f4bf1a69a7cae68c8197.tar.gz
Change: version number for release 0.15vmdb2-0.15
-rw-r--r--NEWS2
-rw-r--r--vmdb/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cb8a0de..f9766ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.14.1+git, not yet released
+Version 0.15, released 2020-05-05
------------------------------------
### New and changed features
diff --git a/vmdb/version.py b/vmdb/version.py
index 18d1fb9..ee7aa22 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.14.1"
-__version_info__ = (0, 14, 1)
+__version__ = "0.15"
+__version_info__ = (0, 15)