summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-04 09:44:48 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-04 09:44:48 +0300
commit38b2c2d8c376b1b455c015a13226902d086cfcf9 (patch)
treeb7f5740947d3bf025401b6dfd001ff7d3ba8a619
parent3ce20f5238f29f7cd66c2d28d043386bacc1a2ab (diff)
downloadcode.liw.fi-keyring-38b2c2d8c376b1b455c015a13226902d086cfcf9.tar.gz
Bump version number post-release to 0.8+gitHEADmaster
-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 e7d575e..1086d50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for code.liw.fi-keyring
========================================================================
+Version 0.8+git, not yet released
+---------------------------------
+
+
Version 0.8, released 2018-07-04
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index f30a0a4..fe79f41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+code.liw.fi-keyring (0.8+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 04 Jul 2018 09:44:48 +0300
+
code.liw.fi-keyring (0.8-1) unstable; urgency=medium
* New upstream version.
diff --git a/foo/version.py b/foo/version.py
index 179986c..456773e 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.8"
-__version_info__ = (0, 8)
+__version__ = "0.8+git"
+__version_info__ = (0, 8, '+git')