summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-17 16:18:52 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-17 16:18:52 +0300
commit299318f251b691fcd1fb467049b986ddd61620bc (patch)
treee3e96650c262fbfdb885f8590a72b89b57a2c774
parentc82743be54c600c564752329c703efa9084b6021 (diff)
downloadcopyright-statement-lint-299318f251b691fcd1fb467049b986ddd61620bc.tar.gz
-rw-r--r--NEWS5
-rwxr-xr-xcopyright-statement-lint2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
4 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e20821a..2b8aed0 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,11 @@ copyright-statement-lint NEWS
This file summarizes changes between releases of
copyright-statement-lint.
+Version 0.2, released 2015-10-17
+--------------------------------
+
+* Force build on jessie.
+
Version 0.1, released 2014-06-03
--------------------------------
diff --git a/copyright-statement-lint b/copyright-statement-lint
index 236ece5..fc8cad5 100755
--- a/copyright-statement-lint
+++ b/copyright-statement-lint
@@ -17,7 +17,7 @@
# =*= License: GPL-3+ =*=
-__version__ = '0.1'
+__version__ = '0.2'
import cliapp
diff --git a/debian/changelog b/debian/changelog
index c78bfe9..affe0a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+copyright-statement-lint (0.2-1) unstable; urgency=medium
+
+ * Force jessie build.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 17 Oct 2015 16:18:43 +0300
+
copyright-statement-lint (0.1-1) unstable; urgency=low
* New upsream version.
diff --git a/setup.py b/setup.py
index d66a3ee..3389579 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ class Build(build):
setup(name='copyright-statement-lint',
- version='0.1',
+ version='0.2',
description='check copyright statements in source files',
author='Lars Wirzenius',
author_email='liw@liw.fi',