summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',