summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-05-21 16:27:37 +0300
committerLars Wirzenius <liw@liw.fi>2017-05-21 16:27:37 +0300
commitb99f8dfad65f9f1c02cd0b9720ab682c84e63c16 (patch)
tree0f9970a6233722654c8bbf1c45cb123d12a429a2
parentc5ccb3b8f7a4e5030b12c2f1dd1f99dc85f392fe (diff)
downloadvmdb2-b99f8dfad65f9f1c02cd0b9720ab682c84e63c16.tar.gz
Bump version number post-release to 0.3+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 8070a13..4d286e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for vmdb2, the Debian disk image builder
=============================================================================
+Version 0.3+git, not yet released
+---------------------------------
+
+
Version 0.3, released 2017-05-21
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 1e5d6b3..3dbbe25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vmdb2 (0.3+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 21 May 2017 16:27:37 +0300
+
vmdb2 (0.3-1) unstable; urgency=medium
* New upstream version.
diff --git a/vmdb/version.py b/vmdb/version.py
index 8154561..5235e90 100644
--- a/vmdb/version.py
+++ b/vmdb/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.3"
-__version_info__ = (0, 3)
+__version__ = "0.3+git"
+__version_info__ = (0, 3, '+git')