summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 38b1f01..323b01f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ copyright-statement-lint NEWS
This file summarizes changes between releases of
copyright-statement-lint.
+Version 0.4+git, not yet released
+---------------------------------
+
+
Version 0.4, released 2017-10-27
--------------------------------
diff --git a/copystmtlint/version.py b/copystmtlint/version.py
index 127f940..43a4b73 100644
--- a/copystmtlint/version.py
+++ b/copystmtlint/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.4"
-__version_info__ = (0, 4)
+__version__ = "0.4+git"
+__version_info__ = (0, 4, '+git')
diff --git a/debian/changelog b/debian/changelog
index 39d08da..927386f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+copyright-statement-lint (0.4+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 27 Oct 2017 15:42:23 +0300
+
copyright-statement-lint (0.4-1) unstable; urgency=medium
* New upstream version.