summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-19 21:26:20 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-19 21:26:20 +0100
commite899b539741d0d62643508ed26a1a5825f722aa1 (patch)
tree8ddfb8f52ac0ad3a77eb390bde52aadcf7ed69c6
parent0bca9f04aff010d213fe439efd6e59ca8be0c43f (diff)
downloadpython-ttystatus-trunk.tar.gz
Prepare release version 0.23ttystatus-0.23trunk
-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 9c6559a..2d0db34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.23, released UNRELEASED
+Version 0.23, released 2013-06-19
---------------------------------
* No longer use the SIGWINCH handler, since that causes problems when
diff --git a/debian/changelog b/debian/changelog
index 612e285..d67dc33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.23-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 19 Jun 2013 21:26:14 +0100
+
python-ttystatus (0.22-1) unstable; urgency=low
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 477e01c..956f06c 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.22'
+__version__ = '0.23'
from messager import Messager
from status import TerminalStatus