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 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)