summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-18 16:03:30 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-18 16:03:30 +0300
commitc0855eb3a3458c2997bc77d2b15ca9fe14adafbd (patch)
treee9a6ce795bc9eab86d04a0f19666bfbf5b11e39a
parent39cc57d374dff31fc42e9f4ec217ddb53e782789 (diff)
downloadvmdb2-c0855eb3a3458c2997bc77d2b15ca9fe14adafbd.tar.gz
Bump version number post-release to 0.7+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 e468a25..8efe8ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
+Version 0.7+git, not yet released
+---------------------------------
+
+
Version 0.7, released 2017-06-18
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 5f6705a..f11e9e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vmdb2 (0.7+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 18 Jun 2017 16:03:30 +0300
+
vmdb2 (0.7-1) unstable; urgency=medium
* New upstream version.
diff --git a/vmdb/version.py b/vmdb/version.py
index 6a51fc2..6ab0781 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.7"
-__version_info__ = (0, 7)
+__version__ = "0.7+git"
+__version_info__ = (0, 7, '+git')