summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-03 13:30:13 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-03 13:30:13 +0300
commit7268502c26efb4fdfbe815c59d400a061411ae67 (patch)
tree35d77700ad74379b8e833ca79a9eb6f9de825ec9
parent84e537271e109b5f02987d09840e5a80772c62a3 (diff)
downloadslog-7268502c26efb4fdfbe815c59d400a061411ae67.tar.gz
Bump version number post-release to 0.3+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 57a5ea7..cdc68eb 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ slog NEWS
This file summarizes changes between releases of `slog`.
+Version 0.3+git, not yet released
+---------------------------------
+
+
Version 0.3, released 2017-08-03
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 38ee740..cd7f4ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+slog (0.3+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 03 Aug 2017 13:30:13 +0300
+
slog (0.3-1) unstable; urgency=medium
* New upstream version.
diff --git a/slog/version.py b/slog/version.py
index 8154561..5235e90 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.3"
-__version_info__ = (0, 3)
+__version__ = "0.3+git"
+__version_info__ = (0, 3, '+git')