From 57d8b8d0f56f0d226d809b07fae9fc60ba11e6cc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 11 Jul 2016 19:56:17 +0300 Subject: Prepare to release version 1.20160711 --- NEWS | 2 +- debian/changelog | 4 ++-- extrautils/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 6a05b79..f34999b 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.20160502+git, not yet released +Version 1.20160711, released 2016-07-11 ---------------------------------------- * prettyson and prettyml now read from stdin by default. diff --git a/debian/changelog b/debian/changelog index e3984d1..5e42703 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -extrautils (1.20160502+git-1) UNRELEASED; urgency=medium +extrautils (1.20160711-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Mon, 02 May 2016 22:23:04 +0300 + -- Lars Wirzenius Mon, 11 Jul 2016 19:56:17 +0300 extrautils (1.20160502-1) unstable; urgency=medium diff --git a/extrautils/version.py b/extrautils/version.py index 07d12e3..99a6f72 100644 --- a/extrautils/version.py +++ b/extrautils/version.py @@ -1,2 +1,2 @@ -__version__ = "1.20160502+git" -__version_info__ = (1, 20160502, '+git') +__version__ = "1.20160711" +__version_info__ = (1, 20160711) -- cgit v1.2.1