summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-04 13:49:09 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-04 13:49:09 +0300
commit32be5e90320ca8038185b1b12f2b11fd83eaafae (patch)
treefca8b611449423acb2acc90105adc277fd717c4f
parent03693f646b0e7530f123be368cad66ad435c1f14 (diff)
downloadvmdb2-32be5e90320ca8038185b1b12f2b11fd83eaafae.tar.gz
Bump version number post-release to 0.5+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 0416fb3..a28cd19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
+Version 0.5+git, not yet released
+---------------------------------
+
+
Version 0.5, released 2017-06-04
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 7cefb99..f5ada98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vmdb2 (0.5+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 04 Jun 2017 13:49:09 +0300
+
vmdb2 (0.5-1) unstable; urgency=medium
* New upstream version.
diff --git a/vmdb/version.py b/vmdb/version.py
index ce32cb0..2462e48 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.5"
-__version_info__ = (0, 5)
+__version__ = "0.5+git"
+__version_info__ = (0, 5, '+git')