summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-11 15:36:46 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-11 15:36:46 +0300
commitde098eb427973c791dc01824e5c27de8a5c5fb3c (patch)
treeb2ae5de5fd8592c90f5ed1f217c44a34cf6de3b7
parent45f191c294c9ed21ebe43d3f979d0818dcfbd632 (diff)
downloadvmdb2-de098eb427973c791dc01824e5c27de8a5c5fb3c.tar.gz
Prepare to release version 0.6vmdb2-0.6
-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 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 <liw@liw.fi> Sun, 04 Jun 2017 13:49:09 +0300
+ -- Lars Wirzenius <liw@liw.fi> 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)