From 7cde9602530296ca5c91051862bc1971206a608e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 29 Feb 2016 21:19:33 +0200 Subject: Prepare to release version 1.20160229 --- NEWS | 2 +- debian/changelog | 6 ++++++ extrautils/version.py | 4 ++-- 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 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) -- cgit v1.2.1