summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-07-13 09:18:17 +0300
committerLars Wirzenius <liw@liw.fi>2020-07-13 09:18:17 +0300
commit88ac7e38fad8d81220947b8dd2e4e052e41d9e27 (patch)
tree74ac0c0fc6dd5a36281675b5ab5c20e878aed877
parent2a31e8554d0a37744e4b3ae999d82dda00a0040d (diff)
downloadvmdb2-88ac7e38fad8d81220947b8dd2e4e052e41d9e27.tar.gz
release: 0.17vmdb2-0.17
-rw-r--r--NEWS2
-rw-r--r--vmdb/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7c58824..9374754 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.16+git, not yet released
+Version 0.17, released 2020-07-13
-----------------------------------------------------------------------------
* The luks plugin now runs the `cryptsetup` utility with the `-q`
diff --git a/vmdb/version.py b/vmdb/version.py
index 112f87f..1c2b503 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.16+git"
-__version_info__ = (0, 16, "+git")
+__version__ = "0.17"
+__version_info__ = (0, 17)