From e9fc573326c5d1348f5fe56263b4f7a8c32f58c9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 4 Dec 2017 18:27:18 +0200 Subject: Prepare to release version 0.38 --- NEWS | 2 +- debian/changelog | 4 ++-- ttystatus/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 38711da..ec9ff53 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS file for ttystatus ======================= -Version 0.37+git, not yet released +Version 0.38, released 2017-12-04 ---------------------------------- * Add `Speed` widget to count change speed. diff --git a/debian/changelog b/debian/changelog index 3eff2e4..1477356 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -python-ttystatus (0.37+git-1) UNRELEASED; urgency=medium +python-ttystatus (0.38-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sat, 11 Nov 2017 10:30:13 +0100 + -- Lars Wirzenius Mon, 04 Dec 2017 18:27:18 +0200 python-ttystatus (0.37-1) unstable; urgency=medium diff --git a/ttystatus/version.py b/ttystatus/version.py index c2e5786..82b68c3 100644 --- a/ttystatus/version.py +++ b/ttystatus/version.py @@ -1,2 +1,2 @@ -__version__ = "0.37+git" -__version_info__ = (0, 37, '+git') +__version__ = "0.38" +__version_info__ = (0, 38) -- cgit v1.2.1