summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-05 16:01:28 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-05 16:01:28 +0300
commitafa05054b65cbe8cf2e854572927a4be1c20402f (patch)
treeac4177a4453fd7b6fcfcd5a3876d4017dab4fc35
parent10c0e528bcbd82d140f3e6a182c7e38bf75889e2 (diff)
downloadvmdb2-afa05054b65cbe8cf2e854572927a4be1c20402f.tar.gz
Change: set version number for release 0.14.1vmdb2-0.14.1
-rw-r--r--NEWS2
-rw-r--r--vmdb/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 26527ee..0decee7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.14+git, not yet released
+Version 0.14.1, not yet released
------------------------------------
This is a bug fix release to fix bugs in the 0.14 release that slipped
diff --git a/vmdb/version.py b/vmdb/version.py
index b8b73a0..18d1fb9 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.14"
-__version_info__ = (0, 14)
+__version__ = "0.14.1"
+__version_info__ = (0, 14, 1)