summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:02:54 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:02:54 +0200
commit9fc40c2d3f956701a5e5cbc3a4f30ac984f1248c (patch)
tree9234fea5d32dfa48ca7b839821de6bb4c40d0958
parentcf6f733f8c418b9dd43a07f55e91879f9716e373 (diff)
downloadcode.liw.fi-keyring-9fc40c2d3f956701a5e5cbc3a4f30ac984f1248c.tar.gz
Bump version number post-release to 0.2+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 f086f2b..49a6181 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for code.liw.fi-keyring
========================================================================
+Version 0.2+git, not yet released
+---------------------------------
+
+
Version 0.2, released 2017-01-01
------------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index e7f3679..c9b9dc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+code.liw.fi-keyring (0.2+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:02:54 +0200
+
code.liw.fi-keyring (0.2-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/foo/version.py b/foo/version.py
index 4f4e767..6b53a69 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2"
-__version_info__ = (0, 2)
+__version__ = "0.2+git"
+__version_info__ = (0, 2, '+git')