summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-04 18:27:18 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-04 18:27:18 +0200
commite9fc573326c5d1348f5fe56263b4f7a8c32f58c9 (patch)
treef88275a6b2bceb17a72608d040103899bbf5a1bd
parenta53ff0ee5d6d82f0e84ea37906d676538ef57fc7 (diff)
downloadttystatus-e9fc573326c5d1348f5fe56263b4f7a8c32f58c9.tar.gz
Prepare to release version 0.38
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ttystatus/version.py4
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 <liw@liw.fi> Sat, 11 Nov 2017 10:30:13 +0100
+ -- Lars Wirzenius <liw@liw.fi> 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)