summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-05-14 16:13:30 +0300
committerLars Wirzenius <liw@liw.fi>2017-05-14 16:13:30 +0300
commit152282a8b187c5093d4b579d59b18617b2e99462 (patch)
tree870553992bc84f8ce49cf7f9218d5d6319484945
parent963b6a7993727f82e7bd5e8b1abb9a45ef6f9388 (diff)
downloadvmdb2-152282a8b187c5093d4b579d59b18617b2e99462.tar.gz
Prepare to release version 0.2vmdb2-0.2
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--vmdb/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 879bc83..e6511c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.1+git, not yet released
+Version 0.2, released 2017-05-14
---------------------------------
* Add plugin to provide steps to cache the rootfs, and to unpack the
diff --git a/debian/changelog b/debian/changelog
index b610b76..16b2a1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-vmdb2 (0.1+git-1) UNRELEASED; urgency=medium
+vmdb2 (0.2-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 13 May 2017 23:43:01 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 May 2017 16:13:30 +0300
vmdb2 (0.1-1) unstable; urgency=low
diff --git a/vmdb/version.py b/vmdb/version.py
index 3361381..4f4e767 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.1+git"
-__version_info__ = (0, 1, '+git')
+__version__ = "0.2"
+__version_info__ = (0, 2)