From 299318f251b691fcd1fb467049b986ddd61620bc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Oct 2015 16:18:52 +0300 Subject: Prepare 0.2 --- NEWS | 5 +++++ copyright-statement-lint | 2 +- debian/changelog | 6 ++++++ setup.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e20821a..2b8aed0 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,11 @@ copyright-statement-lint NEWS This file summarizes changes between releases of copyright-statement-lint. +Version 0.2, released 2015-10-17 +-------------------------------- + +* Force build on jessie. + Version 0.1, released 2014-06-03 -------------------------------- diff --git a/copyright-statement-lint b/copyright-statement-lint index 236ece5..fc8cad5 100755 --- a/copyright-statement-lint +++ b/copyright-statement-lint @@ -17,7 +17,7 @@ # =*= License: GPL-3+ =*= -__version__ = '0.1' +__version__ = '0.2' import cliapp diff --git a/debian/changelog b/debian/changelog index c78bfe9..affe0a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +copyright-statement-lint (0.2-1) unstable; urgency=medium + + * Force jessie build. + + -- Lars Wirzenius Sat, 17 Oct 2015 16:18:43 +0300 + copyright-statement-lint (0.1-1) unstable; urgency=low * New upsream version. diff --git a/setup.py b/setup.py index d66a3ee..3389579 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ class Build(build): setup(name='copyright-statement-lint', - version='0.1', + version='0.2', description='check copyright statements in source files', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1