summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:15:14 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:15:14 +0200
commite9d3cbd5c1330dd706206682c870da2b6009d9c6 (patch)
tree52d31b59a7b56b81243d799ee8a0b56acfb89a8a
parent39a23e378d4ac626970a704d357c445b7158f0fc (diff)
downloadcode.liw.fi-keyring-e9d3cbd5c1330dd706206682c870da2b6009d9c6.tar.gz
Bump version number post-release to 0.6+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 2913af3..cdd3cfe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for code.liw.fi-keyring
========================================================================
+Version 0.6+git, not yet released
+---------------------------------
+
+
Version 0.6, released 2017-01-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index ed470f9..f398795 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+code.liw.fi-keyring (0.6+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:15:14 +0200
+
code.liw.fi-keyring (0.6-1) unstable; urgency=medium
* New upstream version.
diff --git a/foo/version.py b/foo/version.py
index 8552176..ed54455 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.6"
-__version_info__ = (0, 6)
+__version__ = "0.6+git"
+__version_info__ = (0, 6, '+git')