summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-18 11:23:47 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-18 11:23:47 +0200
commitcec5a3185b52a7ad494c7f2bcb2bdb28ff112f6d (patch)
treef32d844f938598307a63f16c6049fe55d4f644f4
parent20b609421efc899d551ce610b3546ad8a7951ab4 (diff)
downloadvmdb2-cec5a3185b52a7ad494c7f2bcb2bdb28ff112f6d.tar.gz
chore: bump version number to 0.21vmdb2-0.21
-rw-r--r--NEWS2
-rw-r--r--vmdb/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c46abf9..18ceca0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.20+git, not yet released
+Version 0.21, not yet released
-----------------------------------------------------------------------------
* The grub plugin is able to install the UEFI version of grub on arm64
diff --git a/vmdb/version.py b/vmdb/version.py
index 53cd98a..f6f7ff1 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.20+git"
-__version_info__ = (0, 20, "+git")
+__version__ = "0.21"
+__version_info__ = (0, 21)