summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 17:05:55 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 17:05:55 +0300
commitd8bcd5706bf6461e80fe31fc251657fa58fa1c0f (patch)
treeb6f76f410a446a01235bdf191da671a750cfc5ec
parent078aa013ce9af231d8d28795b50539cf29ad3726 (diff)
downloadslog-d8bcd5706bf6461e80fe31fc251657fa58fa1c0f.tar.gz
Bump version number post-release to 0.2+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 8fd05aa..5c272f0 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ slog NEWS
This file summarizes changes between releases of `slog`.
+Version 0.2+git, not yet released
+---------------------------------
+
+
Version 0.2, released 2017-08-01
-----------------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 5a01b91..3c4d855 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+slog (0.2+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 17:05:55 +0300
+
slog (0.2-1) unstable; urgency=medium
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/slog/version.py b/slog/version.py
index 4f4e767..6b53a69 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2"
-__version_info__ = (0, 2)
+__version__ = "0.2+git"
+__version_info__ = (0, 2, '+git')