summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-05-14 16:13:32 +0300
committerLars Wirzenius <liw@liw.fi>2017-05-14 16:13:32 +0300
commit627af81a64bdd7c261529b0bbad278791660ce32 (patch)
tree28727f67a4cabe898b5cff4b7e4f15fc131cfaf9
parent152282a8b187c5093d4b579d59b18617b2e99462 (diff)
downloadvmdb2-627af81a64bdd7c261529b0bbad278791660ce32.tar.gz
Bump version number post-release to 0.2+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--vmdb/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e6511c7..4dabacc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
+Version 0.2+git, not yet released
+---------------------------------
+
+
Version 0.2, released 2017-05-14
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 16b2a1b..21c20ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vmdb2 (0.2+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 May 2017 16:13:32 +0300
+
vmdb2 (0.2-1) unstable; urgency=medium
* New upstream version.
diff --git a/vmdb/version.py b/vmdb/version.py
index 4f4e767..6b53a69 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2"
-__version_info__ = (0, 2)
+__version__ = "0.2+git"
+__version_info__ = (0, 2, '+git')