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 032d01e..88f23af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.34+git, not yet released
+Version 0.35, released 2017-06-03
----------------------------------
* Add new method TerminalStatus.hide.
diff --git a/debian/changelog b/debian/changelog
index 222cf51..f06d8c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-python-ttystatus (0.34+git-1) UNRELEASED; urgency=medium
+python-ttystatus (0.35-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Mon, 26 Dec 2016 10:39:36 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sat, 03 Jun 2017 22:42:27 +0300
python-ttystatus (0.34-1) unstable; urgency=medium
diff --git a/ttystatus/version.py b/ttystatus/version.py
index 2702d8c..beb0065 100644
--- a/ttystatus/version.py
+++ b/ttystatus/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.34+git"
-__version_info__ = (0, 34, '+git')
+__version__ = "0.35"
+__version_info__ = (0, 35)