summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-04 18:02:20 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-04 18:02:20 +0300
commit4414a8f10bde17064a6af6bd96a78323dc36fc0c (patch)
treeecd1f6b3dbdf0c2ea609d94f96064050f4338e3b
parent959540abb26ca252a731b370f7a4e0530bf7984b (diff)
downloadslog-4414a8f10bde17064a6af6bd96a78323dc36fc0c.tar.gz
Prepare to release version 0.4slog-0.4
-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 48e58a1..b5bd0a5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ slog NEWS
This file summarizes changes between releases of `slog`.
-Version 0.3+git, not yet released
+Version 0.4, released 2017-08-04
---------------------------------
* A structured log can now filter all log objects via a number of
diff --git a/debian/changelog b/debian/changelog
index cd7f4ef..e5f1c5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-slog (0.3+git-1) UNRELEASED; urgency=medium
+slog (0.4-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 03 Aug 2017 13:30:13 +0300
+ -- Lars Wirzenius <liw@liw.fi> Fri, 04 Aug 2017 18:02:20 +0300
slog (0.3-1) unstable; urgency=medium
diff --git a/slog/version.py b/slog/version.py
index 5235e90..127f940 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.3+git"
-__version_info__ = (0, 3, '+git')
+__version__ = "0.4"
+__version_info__ = (0, 4)