summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-30 10:15:03 +0300
committerLars Wirzenius <liw@liw.fi>2015-09-30 10:15:03 +0300
commitc8ca5d52b2cd1424e2b19f457d766938396cd520 (patch)
tree1b17f95095867306d4f783b24caabe099a9c5f22
parentdf2691178ddf2d9de9ecd65c4307da17885f61c6 (diff)
downloadttystatus-c8ca5d52b2cd1424e2b19f457d766938396cd520.tar.gz
Prepare release version 0.24ttystatus-0.24
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ttystatus/__init__.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 406cad9..c6f5ddc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.24, released UNRELEASED
+Version 0.24, released 2015-09-30
---------------------------------
* Output can now be on multiple lines. Add newlines to format string.
diff --git a/debian/changelog b/debian/changelog
index 103bac4..07869fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-ttystatus (0.24-1) UNRELEASED; urgency=low
+python-ttystatus (0.24-1) unstable; urgency=low
* New upstream version.
* debian/control: Make long description longer, more useful.
@@ -7,7 +7,7 @@ python-ttystatus (0.24-1) UNRELEASED; urgency=low
changes required.
* Add build-dependency on pep8 and pylint.
- -- Lars Wirzenius <liw@liw.fi> Tue, 18 Mar 2014 21:46:57 +0000
+ -- Lars Wirzenius <liw@liw.fi> Wed, 30 Sep 2015 10:14:35 +0300
python-ttystatus (0.23-1) unstable; urgency=low
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index e88bdf5..73ce52d 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -35,7 +35,7 @@ from .bytespeed import ByteSpeed
from .fmt import parse
-__version__ = '0.23'
+__version__ = '0.24'
__all__ = locals()