summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-19 18:33:46 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-19 18:33:46 +0200
commit296979e8868c14b04b89f9550d6b4317854c6160 (patch)
treed3806e7cf1e1d03054450c9b1d3222b3372cc137
parent556a8f0a142aff4891c34c534dc3366f5abe7886 (diff)
downloadbumper-296979e8868c14b04b89f9550d6b4317854c6160.tar.gz
Bump version number post-release to 0.1+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 4ec67c7..0c5e70f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for bumper
===============
+Version 0.1+git, not yet released
+---------------------------------
+
+
Version 0.1, released 2016-02-19
-----------------------------
diff --git a/bumperlib/version.py b/bumperlib/version.py
index cb8d60a..3361381 100644
--- a/bumperlib/version.py
+++ b/bumperlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.1"
-__version_info__ = (0, 1)
+__version__ = "0.1+git"
+__version_info__ = (0, 1, '+git')
diff --git a/debian/changelog b/debian/changelog
index 44155da..9f62437 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bumper (0.1+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 19 Feb 2016 18:33:46 +0200
+
bumper (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so