summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:11:10 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:11:10 +0200
commitf0a32a1a20f7f2bd8cac49e12f657dd910a7034b (patch)
treea385cc0db9419776421fc0620184243d77d15f0d
parentf8035d9b0d493e9e4d45d174770ae67635103d53 (diff)
downloadcode.liw.fi-keyring-f0a32a1a20f7f2bd8cac49e12f657dd910a7034b.tar.gz
Bump version number post-release to 0.4+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--foo/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 960232b..7571374 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for code.liw.fi-keyring
========================================================================
+Version 0.4+git, not yet released
+---------------------------------
+
+
Version 0.4, released 2017-01-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 262b14b..6caf2d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+code.liw.fi-keyring (0.4+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:11:10 +0200
+
code.liw.fi-keyring (0.4-1) unstable; urgency=medium
* New upstream version.
diff --git a/foo/version.py b/foo/version.py
index 127f940..43a4b73 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.4"
-__version_info__ = (0, 4)
+__version__ = "0.4+git"
+__version_info__ = (0, 4, '+git')