summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:09:45 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:09:45 +0200
commitc4c3dd0d5fc4e859ae89badc3fd6066fe8c1e6d6 (patch)
tree65efbcca2c9c0e07abf8a6b064f40a4b5e8a1bce
parentbe643c54a700bbcfb735855784499a21d26dc012 (diff)
downloadcode.liw.fi-keyring-c4c3dd0d5fc4e859ae89badc3fd6066fe8c1e6d6.tar.gz
Bump version number post-release to 0.3+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 626c095..52594e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for code.liw.fi-keyring
========================================================================
+Version 0.3+git, not yet released
+---------------------------------
+
+
Version 0.3, released 2017-01-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index f17a026..4701be3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+code.liw.fi-keyring (0.3+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:09:45 +0200
+
code.liw.fi-keyring (0.3-1) unstable; urgency=medium
* New upstream version.
diff --git a/foo/version.py b/foo/version.py
index 8154561..5235e90 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.3"
-__version_info__ = (0, 3)
+__version__ = "0.3+git"
+__version_info__ = (0, 3, '+git')