summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-17 22:57:55 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-17 22:57:55 +0300
commitcd4b5a82800643d2e8cae9142cafa0607010c272 (patch)
tree422311acfdbe91c32480a3c0d7e4e449439ce26d
parent146b1d029a2767349a2b57f29ed935e92e84df5f (diff)
downloadlicense-summary-cd4b5a82800643d2e8cae9142cafa0607010c272.tar.gz
Force jessie rebuildlicense-summary-0.2
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rwxr-xr-xlicense-summary2
-rw-r--r--setup.py2
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 <liw@liw.fi> 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',