summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-16 10:04:29 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-16 10:04:29 +0200
commitf0fcd97c804a0db93f45c7e2dd1d02bbe2133317 (patch)
tree65415af54e23d84abdd99024b31b9af6ac50327c
parent44a15aad0f9c9c8fa33f4839d6c1428640b74315 (diff)
downloadbumper-f0fcd97c804a0db93f45c7e2dd1d02bbe2133317.tar.gz
Bump version number post-release to 0.3+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 5d77541..d595d62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for bumper
===============
+Version 0.3+git, not yet released
+---------------------------------
+
+
Version 0.3, released 2016-03-16
---------------------------------
diff --git a/bumperlib/version.py b/bumperlib/version.py
index 8154561..5235e90 100644
--- a/bumperlib/version.py
+++ b/bumperlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.3"
-__version_info__ = (0, 3)
+__version__ = "0.3+git"
+__version_info__ = (0, 3, '+git')
diff --git a/debian/changelog b/debian/changelog
index 3e62ace..62a59b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bumper (0.3+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 10:04:29 +0200
+
bumper (0.3-1) unstable; urgency=medium
*