summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)