summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-04-23 18:56:16 +0100
committerLars Wirzenius <liw@liw.fi>2011-04-23 18:56:16 +0100
commite71418bf904d476a3cb2784c0efebff7d6555bf6 (patch)
treec7b5777484e63ddd37c910de29e921153b708e5d
parent5f746ff37e211b2c4f1bc79dcee570599749ed4e (diff)
downloadpython-ttystatus-version_0_11.tar.gz
Release version 0.11.version_0_11
-rw-r--r--NEWS9
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/__init__.py2
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index faabed1..3d43d21 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@ NEWS file for ttystatus
=======================
+Version 0.11, released 2011-04-23
+---------------------------------
+
+* `pydoc ttystatus` now works better: you no longer need to access
+ modules to see the exported classes. Instead, see all of them directly.
+* A final newline is no longer written out if there has been no output
+ otherwise.
+
+
Version 0.10, released 2011-03-23
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index dd2a614..b0488cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.11) squeeze; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 23 Apr 2011 18:53:27 +0100
+
python-ttystatus (0.10) squeeze; urgency=low
* New upstream release.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index ccbf13e..200a491 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.10'
+version = '0.11'
from messager import Messager
from status import TerminalStatus