summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-16 17:19:09 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-16 17:19:09 +0200
commit1a5c99236ca95228643fa840216820437b2c0c1c (patch)
tree7d0f4c8ad6edd6d25129dbbeb89d38526280753e
parent3c45ee698e48f220cbc952610b1afa7307bdbc7c (diff)
downloadvmdb2-1a5c99236ca95228643fa840216820437b2c0c1c.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 55d433d..f3ba4ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
-Version 0.22, not yet released
+Version 0.22+git, not yet released
+-----------------------------------------------------------------------------
+
+
+Version 0.22, released 2021-01-16
-----------------------------------------------------------------------------
* This release has a lot of changes from Ryutaroh Matsumoto and
diff --git a/vmdb/version.py b/vmdb/version.py
index 1198e37..e27a7f2 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.22"
-__version_info__ = (0, 22)
+__version__ = "0.22+git"
+__version_info__ = (0, 22, "+git")