summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-22 15:30:23 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-22 15:30:23 +0300
commit622fb5ba484dfbcacc8882142bf0e6733196a375 (patch)
treedcbe5da88cd8f24ae5262e72f96b822ed29bf6ee
parentd1922aa3282b7bf0899316dc1ad865123b666c5a (diff)
downloadslog-622fb5ba484dfbcacc8882142bf0e6733196a375.tar.gz
Prepare to release version 0.7
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--slog/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 1fa9426..1ab87c6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ slog NEWS
This file summarizes changes between releases of `slog`.
-Version 0.6+git, not yet released
+Version 0.7, released 2018-05-22
---------------------------------
* Drop use of `CSafeDumper` in `slog-pretty`, for correctness.
diff --git a/debian/changelog b/debian/changelog
index 6ad993b..618a9df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-slog (0.6+git-1) UNRELEASED; urgency=medium
+slog (0.7-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 03 May 2018 18:27:59 +0300
+ -- Lars Wirzenius <liw@liw.fi> Tue, 22 May 2018 15:30:23 +0300
slog (0.6-1) unstable; urgency=medium
diff --git a/slog/version.py b/slog/version.py
index ed54455..6a51fc2 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.6+git"
-__version_info__ = (0, 6, '+git')
+__version__ = "0.7"
+__version_info__ = (0, 7)