From 407e0bf7a1c6b94695582a81779e10a150887483 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 27 Oct 2017 15:42:21 +0300 Subject: Prepare to release version 0.4 --- NEWS | 2 +- copystmtlint/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2e87b61..38b1f01 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ copyright-statement-lint NEWS This file summarizes changes between releases of copyright-statement-lint. -Version 0.3+git, not yet released +Version 0.4, released 2017-10-27 -------------------------------- * Require Python 2.7. diff --git a/copystmtlint/version.py b/copystmtlint/version.py index 5235e90..127f940 100644 --- a/copystmtlint/version.py +++ b/copystmtlint/version.py @@ -1,2 +1,2 @@ -__version__ = "0.3+git" -__version_info__ = (0, 3, '+git') +__version__ = "0.4" +__version_info__ = (0, 4) diff --git a/debian/changelog b/debian/changelog index cc852b2..39d08da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -copyright-statement-lint (0.3+git-1) UNRELEASED; urgency=medium +copyright-statement-lint (0.4-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sat, 08 Oct 2016 20:05:27 +0300 + -- Lars Wirzenius Fri, 27 Oct 2017 15:42:21 +0300 copyright-statement-lint (0.3-1) unstable; urgency=medium -- cgit v1.2.1