summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 19:42:51 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 19:42:51 +0300
commitfe802b13d1609cee0cb6980c6993c1af5814e3bb (patch)
tree2fee8e063c8256c2d5b626979dad274dfe5ce44a
parent6bea65d1f969584f0a7e8e9046a5c026184ab37c (diff)
downloadcode.liw.fi-keyring-fe802b13d1609cee0cb6980c6993c1af5814e3bb.tar.gz
Bump version number post-release to 0.7+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 5a40c22..3aaad8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for code.liw.fi-keyring
========================================================================
+Version 0.7+git, not yet released
+---------------------------------
+
+
Version 0.7, released 2017-10-13
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 6ac8562..76242c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+code.liw.fi-keyring (0.7+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 13 Oct 2017 19:42:51 +0300
+
code.liw.fi-keyring (0.7-1) unstable; urgency=medium
* New upstream version.
diff --git a/foo/version.py b/foo/version.py
index 6a51fc2..6ab0781 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.7"
-__version_info__ = (0, 7)
+__version__ = "0.7+git"
+__version_info__ = (0, 7, '+git')