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
commit7cde9602530296ca5c91051862bc1971206a608e (patch)
treeb39b8806e52116fd1629b49409355c009558d973
parent89b7e604c9ee6afba3d7203dd5b92c1a028aa8b6 (diff)
downloadextrautils-7cde9602530296ca5c91051862bc1971206a608e.tar.gz
Prepare to release version 1.20160229extrautils-1.20160229
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--extrautils/version.py4
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f888144..fbbaa07 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ package, please yell at me, and I'll start doing that, but for now,
I'll assume I'm the only user.
-Version 1.20121007+git, not yet released
+Version 1.20160229, released 2016-02-29
----------------------------------------
* `do-until` now displays a try counter when the command fails.
diff --git a/debian/changelog b/debian/changelog
index e2672de..748e80b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+extrautils (1.20160229-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 29 Feb 2016 21:19:33 +0200
+
extrautils (1.20151011-1) unstable; urgency=medium
* Force rebuild on jessie.
diff --git a/extrautils/version.py b/extrautils/version.py
index 8cff63c..34b78b9 100644
--- a/extrautils/version.py
+++ b/extrautils/version.py
@@ -1,2 +1,2 @@
-__version__ = '1.0'
-__version_info__ = (1, 0)
+__version__ = "1.20160229"
+__version_info__ = (1, 20160229)