From 146b1d029a2767349a2b57f29ed935e92e84df5f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 2 Jul 2013 07:09:04 +0100 Subject: Prepare release version 0.1 --- NEWS | 7 +++++++ debian/changelog | 2 +- license-summary | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..1e57c00 --- /dev/null +++ b/NEWS @@ -0,0 +1,7 @@ +NEWS for license-summary +======================== + +Version 0.1, released 2013-07-02 +-------------------------------- + +* First release. diff --git a/debian/changelog b/debian/changelog index b1ef1df..700af89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -license-summary (0.0-1) unstable; urgency=low +license-summary (0.1-1) unstable; urgency=low * Initial packaging. This is not intended to be uploaded to Debian, so no closing of an ITP bug. diff --git a/license-summary b/license-summary index 43dbded..5e1e0f9 100755 --- a/license-summary +++ b/license-summary @@ -26,7 +26,7 @@ import re import sys -__version__ = '0.0' +__version__ = '0.1' class LicenseSummary(cliapp.Application): diff --git a/setup.py b/setup.py index 7319cee..3ad145c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from distutils.core import setup setup(name='license-summary', - version='0.0', + version='0.1', description='git://git.gitano.org.uk/personal/liw/license-summary', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1