summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 20:05:27 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 20:05:27 +0300
commitff04805151ab4395734f418dc8523087b15ddfb1 (patch)
tree90fb26cfe99e9d4fedb8fbca295ce2cdc70cfee1
parent0c968ccaf08a263b9bf04b63139bbe28679eecce (diff)
downloadcopyright-statement-lint-ff04805151ab4395734f418dc8523087b15ddfb1.tar.gz
Bump version number post-release to 0.3+git
-rw-r--r--NEWS4
-rw-r--r--copystmtlint/version.py4
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f1c02e8..e106f85 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ Version 0.2+g, not yet released
* Require Python 2.7.
+Version 0.3+git, not yet released
+---------------------------------
+
+
Version 0.2, released 2015-10-17
--------------------------------
diff --git a/copystmtlint/version.py b/copystmtlint/version.py
index 8154561..5235e90 100644
--- a/copystmtlint/version.py
+++ b/copystmtlint/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.3"
-__version_info__ = (0, 3)
+__version__ = "0.3+git"
+__version_info__ = (0, 3, '+git')
diff --git a/debian/changelog b/debian/changelog
index 577b0d2..cc852b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+copyright-statement-lint (0.3+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 08 Oct 2016 20:05:27 +0300
+
copyright-statement-lint (0.3-1) unstable; urgency=medium
* New upstream version.