summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-18 11:37:14 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-18 11:37:14 +0200
commitf30095b829d29b3b71b68e9a208a6ed302f288cb (patch)
treea1e44b950adf6f28367fb657aaef5a8e257b2b76
parentcec5a3185b52a7ad494c7f2bcb2bdb28ff112f6d (diff)
downloadvmdb2-f30095b829d29b3b71b68e9a208a6ed302f288cb.tar.gz
chore: bump version number post-release
-rw-r--r--NEWS6
-rw-r--r--vmdb/version.py4
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 18ceca0..af43e38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.21, not yet released
+Version 0.21+git, not yet released
+-----------------------------------------------------------------------------
+
+
+Version 0.21, released 2020-12-18
-----------------------------------------------------------------------------
* 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 f6f7ff1..4a31fcd 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.21"
-__version_info__ = (0, 21)
+__version__ = "0.21+git"
+__version_info__ = (0, 21, "+git")