summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 edae25c..57a5ea7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ slog NEWS
This file summarizes changes between releases of `slog`.
-Version 0.2+git, not yet released
+Version 0.3, released 2017-08-03
---------------------------------
* Fix `slog-pretty` to work with Python 3.
diff --git a/debian/changelog b/debian/changelog
index 3c4d855..38ee740 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-slog (0.2+git-1) UNRELEASED; urgency=medium
+slog (0.3-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 17:05:55 +0300
+ -- Lars Wirzenius <liw@liw.fi> Thu, 03 Aug 2017 13:30:11 +0300
slog (0.2-1) unstable; urgency=medium
diff --git a/slog/version.py b/slog/version.py
index 6b53a69..8154561 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2+git"
-__version_info__ = (0, 2, '+git')
+__version__ = "0.3"
+__version_info__ = (0, 3)