summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-29 16:58:45 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-29 16:58:45 +0300
commit734971bbaafdf630cb9487fa05b3449f797bd1fb (patch)
tree4599800b71e163484a325f44aaa10c16d97c03a0
parent94eccf7f37d1a92755e6d84f4d0efc46624cc552 (diff)
downloadvmdb2-734971bbaafdf630cb9487fa05b3449f797bd1fb.tar.gz
Bump version number post-release to 0.8+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 3177dc8..e9a8a22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
+Version 0.8+git, not yet released
+---------------------------------
+
+
Version 0.8, released 2017-07-29
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 092209b..ed6a652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vmdb2 (0.8+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Jul 2017 16:58:45 +0300
+
vmdb2 (0.8-1) unstable; urgency=medium
* New upstream version.
diff --git a/vmdb/version.py b/vmdb/version.py
index 179986c..456773e 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.8"
-__version_info__ = (0, 8)
+__version__ = "0.8+git"
+__version_info__ = (0, 8, '+git')