summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-22 15:30:24 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-22 15:30:24 +0300
commiteac97a4a446016fc2e672f8fb8eca657c9f3edcf (patch)
tree6e6c5509c493e73c70b716f9dfb4aec77cba088f
parent622fb5ba484dfbcacc8882142bf0e6733196a375 (diff)
downloadslog-eac97a4a446016fc2e672f8fb8eca657c9f3edcf.tar.gz
Bump version number post-release to 0.7+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--slog/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1ab87c6..e9ed884 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ slog NEWS
This file summarizes changes between releases of `slog`.
+Version 0.7+git, not yet released
+---------------------------------
+
+
Version 0.7, released 2018-05-22
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 618a9df..63fefc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+slog (0.7+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 22 May 2018 15:30:24 +0300
+
slog (0.7-1) unstable; urgency=medium
* New upstream version.
diff --git a/slog/version.py b/slog/version.py
index 6a51fc2..6ab0781 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.7"
-__version_info__ = (0, 7)
+__version__ = "0.7+git"
+__version_info__ = (0, 7, '+git')