summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-06 17:32:40 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-06 17:32:40 +0300
commit2b783c8a7029c7f7e6646e9878783944330604eb (patch)
tree2c7f411fb3587e84d2b5b22098d643a67a5d85e4
parent2a0685fe3323b5f1b99babd7a1b54e9e88fe3c08 (diff)
downloadslog-2b783c8a7029c7f7e6646e9878783944330604eb.tar.gz
Prepare to release version 0.5slog-0.5
-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 90d48db..4d741a2 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ slog NEWS
This file summarizes changes between releases of `slog`.
-Version 0.4+git, not yet released
+Version 0.5, released 2017-10-06
---------------------------------
* Lars Wirzenius fixed logging of values that can't be represented
diff --git a/debian/changelog b/debian/changelog
index 04d8068..0f0988f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-slog (0.4+git-1) UNRELEASED; urgency=medium
+slog (0.5-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 04 Aug 2017 18:02:22 +0300
+ -- Lars Wirzenius <liw@liw.fi> Fri, 06 Oct 2017 17:32:40 +0300
slog (0.4-1) unstable; urgency=medium
diff --git a/slog/version.py b/slog/version.py
index 43a4b73..ce32cb0 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.4+git"
-__version_info__ = (0, 4, '+git')
+__version__ = "0.5"
+__version_info__ = (0, 5)