summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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 <liw@liw.fi> Mon, 27 Feb 2017 19:33:02 +0200
+ -- Lars Wirzenius <liw@liw.fi> 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)