summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-02 07:09:04 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-02 07:09:04 +0100
commit146b1d029a2767349a2b57f29ed935e92e84df5f (patch)
tree0b05115010cc8b64a0f220dec8a0465e79c5f391
parentfcbc979be8f17fbfe785e4d61703a58a14a76724 (diff)
downloadlicense-summary-146b1d029a2767349a2b57f29ed935e92e84df5f.tar.gz
Prepare release version 0.1license-summary-0.1
-rw-r--r--NEWS7
-rw-r--r--debian/changelog2
-rwxr-xr-xlicense-summary2
-rw-r--r--setup.py2
4 files changed, 10 insertions, 3 deletions
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',