From cd4b5a82800643d2e8cae9142cafa0607010c272 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Oct 2015 22:57:55 +0300 Subject: Force jessie rebuild --- NEWS | 5 +++++ debian/changelog | 6 ++++++ license-summary | 2 +- setup.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1e57c00..f6937e3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS for license-summary ======================== +Version 0.2, released 2015-10-17 +-------------------------------- + +* Force jessie rebuild. + Version 0.1, released 2013-07-02 -------------------------------- diff --git a/debian/changelog b/debian/changelog index 700af89..0841c0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +license-summary (0.2-1) unstable; urgency=medium + + * Force jessie rebuild. + + -- Lars Wirzenius Sat, 17 Oct 2015 22:57:24 +0300 + license-summary (0.1-1) unstable; urgency=low * Initial packaging. This is not intended to be uploaded to Debian, so diff --git a/license-summary b/license-summary index 5e1e0f9..4bc9b6f 100755 --- a/license-summary +++ b/license-summary @@ -26,7 +26,7 @@ import re import sys -__version__ = '0.1' +__version__ = '0.2' class LicenseSummary(cliapp.Application): diff --git a/setup.py b/setup.py index 3ad145c..0df0877 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from distutils.core import setup setup(name='license-summary', - version='0.1', + version='0.2', description='git://git.gitano.org.uk/personal/liw/license-summary', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1