summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-29 21:19:33 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-29 21:19:33 +0200
commit928c98b79a9cc241ae974e11d8cc9c67a1729e0f (patch)
tree42fa5c4b7333b64fb917f97ee111e9653eb54aee
parent7cde9602530296ca5c91051862bc1971206a608e (diff)
downloadextrautils-928c98b79a9cc241ae974e11d8cc9c67a1729e0f.tar.gz
Bump version number post-release to 1.20160229+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 fbbaa07..62b7906 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.20160229+git, not yet released
+----------------------------------------
+
+
Version 1.20160229, released 2016-02-29
----------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 748e80b..5806cdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+extrautils (1.20160229+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 29 Feb 2016 21:19:33 +0200
+
extrautils (1.20160229-1) unstable; urgency=medium
* New upstream version.
diff --git a/extrautils/version.py b/extrautils/version.py
index 34b78b9..2e50cd4 100644
--- a/extrautils/version.py
+++ b/extrautils/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20160229"
-__version_info__ = (1, 20160229)
+__version__ = "1.20160229+git"
+__version_info__ = (1, 20160229, '+git')