summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-11 11:26:17 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-11 11:26:17 +0300
commitb6417a9dbc27d01081d94ae646040c9358965f46 (patch)
treed15d5805ab5d38942a305c8634d8688b861a8f15
parented48a00ffd2d7a3329e5b4ec3ca6afad2c82684e (diff)
downloadextrautils-b6417a9dbc27d01081d94ae646040c9358965f46.tar.gz
Bump version number post-release to 1.20160411+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--extrautils/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 904b95a..2dc394c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ package, please yell at me, and I'll start doing that, but for now,
I'll assume I'm the only user.
+Version 1.20160411+git, not yet released
+----------------------------------------
+
+
Version 1.20160411, released 2016-04-11
------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 2b07f60..aa1294b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+extrautils (1.20160411+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 11 Apr 2016 11:26:17 +0300
+
extrautils (1.20160411-1) unstable; urgency=medium
*
diff --git a/extrautils/version.py b/extrautils/version.py
index eaa6179..9f825cb 100644
--- a/extrautils/version.py
+++ b/extrautils/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20160411"
-__version_info__ = (1, 20160411)
+__version__ = "1.20160411+git"
+__version_info__ = (1, 20160411, '+git')