summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6e1f77c..39c2af5 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.2+git, not yet released
+------------------------------------------
+
+
Version 1.20160229.2, released 2016-02-29
----------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 7143935..d2bb4ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+extrautils (1.20160229.2+git-1) UNRELEASED; urgency=medium
+
+ *
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 29 Feb 2016 21:50:39 +0200
+
extrautils (1.20160229.2-1) unstable; urgency=medium
* Actually install prettyson, prettyml.
diff --git a/extrautils/version.py b/extrautils/version.py
index 98e48d0..718e508 100644
--- a/extrautils/version.py
+++ b/extrautils/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20160229.2"
-__version_info__ = (1, 20160229, 2)
+__version__ = "1.20160229.2+git"
+__version_info__ = (1, 20160229, 2, '+git')