summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-26 10:39:34 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-26 10:39:34 +0200
commit0eef5e45c0d485e806a2b6cb53d4e3a4c353c6d9 (patch)
tree84c84efde5e34ef87528ccdff04519716ed40df7
parent35699f7806a2d6344f6c81f7c6f888613f70e6ed (diff)
downloadttystatus-0eef5e45c0d485e806a2b6cb53d4e3a4c353c6d9.tar.gz
Prepare to release version 0.34ttystatus-0.34
-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 9e6a313..ca60d8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.33+git, not yet released
+Version 0.34, released 2016-12-26
---------------------------------
* Require Python 2.7.
diff --git a/debian/changelog b/debian/changelog
index 0b94f07..667ffe9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-python-ttystatus (0.33+git-1) UNRELEASED; urgency=medium
+python-ttystatus (0.34-1) unstable; urgency=medium
* New upstream version.
- Fixes FTBFS (Closes: #844235)
* debian/control: Require Python 2.7.
- -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 16:24:01 +0300
+ -- Lars Wirzenius <liw@liw.fi> Mon, 26 Dec 2016 10:39:34 +0200
python-ttystatus (0.32-1) unstable; urgency=medium
diff --git a/ttystatus/version.py b/ttystatus/version.py
index d5bbe3d..62c281d 100644
--- a/ttystatus/version.py
+++ b/ttystatus/version.py
@@ -1,2 +1,2 @@
-__version__ = '0.33+git'
-__version_info__ = (0, 33, '+git')
+__version__ = "0.34"
+__version_info__ = (0, 34)