summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:13:21 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:13:21 +0200
commit9e46a59507a59c7322d8a38dda6987a65f7343cd (patch)
treea038c35a7e5cb7d50b45fa87d08aa10dee2f5c39
parent09ac61f59fd8a17d66eef27f0b63b501b0c3cce2 (diff)
downloadcode.liw.fi-keyring-9e46a59507a59c7322d8a38dda6987a65f7343cd.tar.gz
Bump version number post-release to 0.5+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 3b6951f..86e1580 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for code.liw.fi-keyring
========================================================================
+Version 0.5+git, not yet released
+---------------------------------
+
+
Version 0.5, released 2017-01-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index f6b7215..39d2676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+code.liw.fi-keyring (0.5+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:13:21 +0200
+
code.liw.fi-keyring (0.5-1) unstable; urgency=medium
* New upstream version.
diff --git a/foo/version.py b/foo/version.py
index ce32cb0..2462e48 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.5"
-__version_info__ = (0, 5)
+__version__ = "0.5+git"
+__version_info__ = (0, 5, '+git')