summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-10 23:03:52 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-10 23:03:52 +0100
commitf0c5e8df19a19f958974c0373489c45aada8db96 (patch)
treea3b41233eb73a653c4819e8a806c78d7ff0f9d54
parent0b4308e61d9a98486baf1f1bff5674bf884cf4fc (diff)
downloadttystatus-f0c5e8df19a19f958974c0373489c45aada8db96.tar.gz
Prepare to release version 0.36ttystatus-0.36
-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 f0e36e9..63ae61d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for ttystatus
=======================
-Version 0.35+git, not yet released
+Version 0.36, released 2017-11-10
----------------------------------
* The sphinx formatted manual is dropped. It was too much of a bother
diff --git a/debian/changelog b/debian/changelog
index d55c227..5264961 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-python-ttystatus (0.35+git-1) UNRELEASED; urgency=medium
+python-ttystatus (0.36-1) unstable; urgency=medium
* New upstream version.
* Added Python3 support, and a python3-ttystatus package.
- -- Lars Wirzenius <liw@liw.fi> Sat, 03 Jun 2017 22:42:29 +0300
+ -- Lars Wirzenius <liw@liw.fi> Fri, 10 Nov 2017 23:03:52 +0100
python-ttystatus (0.35-1) unstable; urgency=medium
diff --git a/ttystatus/version.py b/ttystatus/version.py
index 7262778..86a6779 100644
--- a/ttystatus/version.py
+++ b/ttystatus/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.35+git"
-__version_info__ = (0, 35, '+git')
+__version__ = "0.36"
+__version_info__ = (0, 36)