summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-09 11:43:35 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-09 11:43:35 +0200
commit85314ecb5d589f92715c2c224beac7ad0460754e (patch)
tree978c5de05e60ddcf60ab116d75b35a98829fd2f3
parente34b042f93e21ed6ccc8bcd1cd6fcca10fbd0b19 (diff)
downloadttystatus-85314ecb5d589f92715c2c224beac7ad0460754e.tar.gz
Prepare version 0.31ttystatus-0.31
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6b7d18a..84621f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.31, released UNRELEASED
+Version 0.31, released 2016-01-09
---------------------------------
* Fix bug in how areas on the terminal are erased. This exhibited
diff --git a/debian/changelog b/debian/changelog
index c73c519..b66fa7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.31-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 09 Jan 2016 11:42:55 +0200
+
python-ttystatus (0.30-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 4e64769..fc2d34f 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.30'
+__version__ = '0.31'
__all__ = locals()