From 04b4680b6820babce55334d9661e6f94a8771c13 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 May 2017 23:42:59 +0300 Subject: Prepare to release version 0.1 --- NEWS | 2 +- debian/changelog | 4 ++-- vmdb/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2e3ef0e..519ba94 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for vmdb2, the Debian disk image builder ============================================================================= -Version 0.0, not yet released +Version 0.1, released 2017-05-13 ----------------------------------------------------------------------------- This is the first release. It can build a UEFI image for the amd64 diff --git a/debian/changelog b/debian/changelog index 32e1948..3a7f24b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -vmdb2 (0.0-1) UNRELEASED; urgency=low +vmdb2 (0.1-1) unstable; urgency=low * Initial packaging. This is not intended to be uploaded to Debian, so no closing of an ITP bug. - -- Lars Wirzenius Mon, 27 Feb 2017 19:33:02 +0200 + -- Lars Wirzenius Sat, 13 May 2017 23:42:59 +0300 diff --git a/vmdb/version.py b/vmdb/version.py index 9e74f14..cb8d60a 100644 --- a/vmdb/version.py +++ b/vmdb/version.py @@ -1,2 +1,2 @@ -__version__ = '0.0' -__version_info__ = (0, 0) +__version__ = "0.1" +__version_info__ = (0, 1) -- cgit v1.2.1