summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 20:05:26 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 20:05:26 +0300
commit0c968ccaf08a263b9bf04b63139bbe28679eecce (patch)
treea9e79936113f65226452be07c9630f305f873dae
parent91da238d2ee7a441f7470902ebef6b06389f27ba (diff)
downloadcopyright-statement-lint-0c968ccaf08a263b9bf04b63139bbe28679eecce.tar.gz
Prepare to release version 0.3copyright-statement-lint-0.3
-rw-r--r--copystmtlint/version.py4
-rw-r--r--debian/changelog4
2 files changed, 4 insertions, 4 deletions
diff --git a/copystmtlint/version.py b/copystmtlint/version.py
index 716318e..8154561 100644
--- a/copystmtlint/version.py
+++ b/copystmtlint/version.py
@@ -1,2 +1,2 @@
-__version__ = '0.2+git'
-__version_info__ = (0, 2, '+git')
+__version__ = "0.3"
+__version_info__ = (0, 3)
diff --git a/debian/changelog b/debian/changelog
index 8d4e0d8..577b0d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-copyright-statement-lint (0.2+git-1) UNRELEASED; urgency=medium
+copyright-statement-lint (0.3-1) unstable; urgency=medium
* New upstream version.
* Require Python 2.7.
- -- Lars Wirzenius <liw@liw.fi> Sat, 08 Oct 2016 19:53:14 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 08 Oct 2016 20:05:26 +0300
copyright-statement-lint (0.2-1) unstable; urgency=medium