summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-03 22:42:48 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-03 22:42:48 +0300
commit37f6745d158d4eca60c67b1aad5a526c554a2a48 (patch)
tree5c68521ac7131e32ee7c550a975b3c7c4e1e9799
parente0a96f01d3e03b0723073d150c0d34dbcc5d5dbb (diff)
downloadvmdb2-37f6745d158d4eca60c67b1aad5a526c554a2a48.tar.gz
Bump version number post-release to 0.4+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 dd3fa7e..9d2099a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
+Version 0.4+git, not yet released
+---------------------------------
+
+
Version 0.4, released 2017-06-03
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index c3df850..9e1a7f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vmdb2 (0.4+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 03 Jun 2017 22:42:48 +0300
+
vmdb2 (0.4-1) unstable; urgency=medium
* New upstream version.
diff --git a/vmdb/version.py b/vmdb/version.py
index 127f940..43a4b73 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.4"
-__version_info__ = (0, 4)
+__version__ = "0.4+git"
+__version_info__ = (0, 4, '+git')