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 3f922dc..8070a13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.2+git, not yet released
+Version 0.3, released 2017-05-21
---------------------------------
* Simplify progress reporting to go to stdout, plus stop logging
diff --git a/debian/changelog b/debian/changelog
index 21c20ee..1e5d6b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-vmdb2 (0.2+git-1) UNRELEASED; urgency=medium
+vmdb2 (0.3-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 14 May 2017 16:13:32 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 21 May 2017 16:27:35 +0300
vmdb2 (0.2-1) unstable; urgency=medium
diff --git a/vmdb/version.py b/vmdb/version.py
index 6b53a69..8154561 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2+git"
-__version_info__ = (0, 2, '+git')
+__version__ = "0.3"
+__version_info__ = (0, 3)