summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-08-13 11:03:13 +0300
committerLars Wirzenius <liw@liw.fi>2020-08-13 11:03:13 +0300
commitaf082593b3b3d0ac82e8c4e767a20f10c7469f14 (patch)
tree8d16f30709336c55eab41d9989d7a0d8fb8e55b4
parent62dfa63c0103cefc6b0db0b844bd6bff1b310d09 (diff)
downloadvmdb2-af082593b3b3d0ac82e8c4e767a20f10c7469f14.tar.gz
release: 0.18vmdb2-0.18
-rw-r--r--NEWS6
-rw-r--r--vmdb/version.py4
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ab60507..9461df7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.17+git, not yet released
+Version 0.18, released 2020-08-13
-----------------------------------------------------------------------------
+* The way the manual was formatted could sometimes lead to different
+ plugins' documentation being merged into the same section. This has
+ now been fixed.
+
Version 0.17, released 2020-07-13
-----------------------------------------------------------------------------
diff --git a/vmdb/version.py b/vmdb/version.py
index eea7c37..4e2ae98 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.17+git"
-__version_info__ = (0, 17, "+git")
+__version__ = "0.18"
+__version_info__ = (0, 18)