summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 14:07:47 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 14:07:47 +0300
commit86584cf24119c171609e94b9808589798919d94e (patch)
tree3b4359d336ddf966483d5b9325425f8b131627cf
parent10469301a0d1983c780784160bce9abe2fd02bbf (diff)
downloadbumper-86584cf24119c171609e94b9808589798919d94e.tar.gz
Bump version number post-release to 0.10+git
-rw-r--r--NEWS4
-rw-r--r--bumperlib/version.py4
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a1ada7e..bdb9424 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for bumper
===============
+Version 0.10+git, not yet released
+----------------------------------
+
+
Version 0.10, released 2017-08-01
---------------------------------
diff --git a/bumperlib/version.py b/bumperlib/version.py
index 191f961..bd9440e 100644
--- a/bumperlib/version.py
+++ b/bumperlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.10"
-__version_info__ = (0, 10)
+__version__ = "0.10+git"
+__version_info__ = (0, 10, '+git')
diff --git a/debian/changelog b/debian/changelog
index 1c00f70..6953a9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bumper (0.10+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 14:07:47 +0300
+
bumper (0.10-1) unstable; urgency=medium
* New upstream version.