From 689955090898b31faed2d21260ab11f3d16ec7ec Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 27 Oct 2017 15:42:23 +0300 Subject: Bump version number post-release to 0.4+git --- NEWS | 4 ++++ copystmtlint/version.py | 4 ++-- debian/changelog | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 38b1f01..323b01f 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ copyright-statement-lint NEWS This file summarizes changes between releases of copyright-statement-lint. +Version 0.4+git, not yet released +--------------------------------- + + Version 0.4, released 2017-10-27 -------------------------------- diff --git a/copystmtlint/version.py b/copystmtlint/version.py index 127f940..43a4b73 100644 --- a/copystmtlint/version.py +++ b/copystmtlint/version.py @@ -1,2 +1,2 @@ -__version__ = "0.4" -__version_info__ = (0, 4) +__version__ = "0.4+git" +__version_info__ = (0, 4, '+git') diff --git a/debian/changelog b/debian/changelog index 39d08da..927386f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +copyright-statement-lint (0.4+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Fri, 27 Oct 2017 15:42:23 +0300 + copyright-statement-lint (0.4-1) unstable; urgency=medium * New upstream version. -- cgit v1.2.1