summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-03 13:30:11 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-03 13:30:11 +0300
commit84e537271e109b5f02987d09840e5a80772c62a3 (patch)
treec9eaf21b549989ed612878dcf68eb5ad08917fa3
parentdb673451b5be3d9bfb86282f56d1874b318baa96 (diff)
downloadslog-84e537271e109b5f02987d09840e5a80772c62a3.tar.gz
Prepare to release version 0.3slog-0.3
-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)