summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 084b2b5..e8bf4c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for bumper
===============
+Version 0.11+git, not yet released
+----------------------------------
+
+
Version 0.11, released 2017-08-01
----------------------------------
diff --git a/bumperlib/version.py b/bumperlib/version.py
index 49df0ad..f6d7ca3 100644
--- a/bumperlib/version.py
+++ b/bumperlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.11"
-__version_info__ = (0, 11)
+__version__ = "0.11+git"
+__version_info__ = (0, 11, '+git')
diff --git a/debian/changelog b/debian/changelog
index 9f7afc3..2ff4ee9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bumper (0.11+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 16:29:23 +0300
+
bumper (0.11-1) unstable; urgency=medium
* New upstream version.