From de098eb427973c791dc01824e5c27de8a5c5fb3c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Jun 2017 15:36:46 +0300 Subject: Prepare to release version 0.6 --- NEWS | 2 +- debian/changelog | 4 ++-- vmdb/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 9687df5..e58c7c9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for vmdb2, the Debian disk image builder ============================================================================= -Version 0.5+git, not yet released +Version 0.6, released 2017-06-11 --------------------------------- * setup.py now installs the plugins, making the .deb package actually diff --git a/debian/changelog b/debian/changelog index f5ada98..b28ca78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -vmdb2 (0.5+git-1) UNRELEASED; urgency=medium +vmdb2 (0.6-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sun, 04 Jun 2017 13:49:09 +0300 + -- Lars Wirzenius Sun, 11 Jun 2017 15:36:46 +0300 vmdb2 (0.5-1) unstable; urgency=medium diff --git a/vmdb/version.py b/vmdb/version.py index 2462e48..8552176 100644 --- a/vmdb/version.py +++ b/vmdb/version.py @@ -1,2 +1,2 @@ -__version__ = "0.5+git" -__version_info__ = (0, 5, '+git') +__version__ = "0.6" +__version_info__ = (0, 6) -- cgit v1.2.1