summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 17:05:53 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 17:05:53 +0300
commit078aa013ce9af231d8d28795b50539cf29ad3726 (patch)
tree8f2f9786e40e59bad8d71aec7f014d7b261dd065
parentf372670a4cc2ba8c61b7a062c056ff9c7de1d846 (diff)
downloadslog-078aa013ce9af231d8d28795b50539cf29ad3726.tar.gz
Prepare to release version 0.2slog-0.2
-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 64038ea..8fd05aa 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ slog NEWS
This file summarizes changes between releases of `slog`.
-Version 0.1+git, not yet released
+Version 0.2, released 2017-08-01
-----------------------------------------------------------------------------
* First release.
diff --git a/debian/changelog b/debian/changelog
index e11a5f6..5a01b91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-slog (0.1+git-1) UNRELEASED; urgency=medium
+slog (0.2-1) unstable; urgency=medium
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
- -- Lars Wirzenius <liw@liw.fi> Mon, 31 Jul 2017 14:48:24 +0200
+ -- Lars Wirzenius <liw@liw.fi> Tue, 01 Aug 2017 17:05:53 +0300
diff --git a/slog/version.py b/slog/version.py
index 0e742f9..4f4e767 100644
--- a/slog/version.py
+++ b/slog/version.py
@@ -1,2 +1,2 @@
-__version__ = '0.1'
-__version_info__ = (0, 1)
+__version__ = "0.2"
+__version_info__ = (0, 2)