summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-29 09:30:28 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-29 09:30:28 +0100
commit9787129acc4c3798c9cbbc25316f1469f9faf6a1 (patch)
tree7ce6af69334a3b78ce9b06b4d507ec7bff0e695f
parent11899544183669bb9edc20369e5d42b394a31778 (diff)
downloadttystatus-9787129acc4c3798c9cbbc25316f1469f9faf6a1.tar.gz
Change version number from 0.20.1 to 0.21 due to jenkinstool
-rw-r--r--NEWS2
-rw-r--r--debian/changelog2
-rw-r--r--ttystatus/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d74e296..9abc83f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.20.1, released 2012-09-29
+Version 0.21, released 2012-09-29
-----------------------------------
* Updated README with information about where the output goes, and that
diff --git a/debian/changelog b/debian/changelog
index ecdd131..39ad3f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-ttystatus (0.20.1-1) UNRELEASED; urgency=low
+python-ttystatus (0.21-1) unstable; urgency=low
* New upstream version.
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 9a08589..4ad397a 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.20.1'
+__version__ = '0.21'
from messager import Messager
from status import TerminalStatus