summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-03 18:27:58 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-03 18:27:58 +0300
commit507fa8e37fe430c4cb8f0c179538c470f1dc1f70 (patch)
treedd6bb5541a9c238c558e0887f9a28d6de5296c60
parent510ea5eb791efba7054782c7d24136e3b94f41b2 (diff)
downloadslog-507fa8e37fe430c4cb8f0c179538c470f1dc1f70.tar.gz
Prepare to release version 0.6
-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 730066d..c974317 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ slog NEWS
This file summarizes changes between releases of `slog`.
-Version 0.5+git, not yet released
+Version 0.6, released 2018-05-03
---------------------------------
* Use `CSafeDumper` in `slog-pretty`, for speed.
diff --git a/debian/changelog b/debian/changelog
index 9ae208f..8151f7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-slog (0.5+git-1) UNRELEASED; urgency=medium
+slog (0.6-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 06 Oct 2017 17:32:42 +0300
+ -- Lars Wirzenius <liw@liw.fi> Thu, 03 May 2018 18:27:58 +0300
slog (0.5-1) unstable; urgency=medium
diff --git a/slog/version.py b/slog/version.py
index 2462e48..8552176 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.5+git"
-__version_info__ = (0, 5, '+git')
+__version__ = "0.6"
+__version_info__ = (0, 6)