summaryrefslogtreecommitdiff
path: root/cmdtestlib.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-04 11:33:34 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-04 11:33:34 +0200
commit34496ac2e519e41750b0140a92dd36d54e010a95 (patch)
treed995a401d1ca48b2b3ddf319b0357a1d90077240 /cmdtestlib.py
parent0baa5ca17a70bf83d1b4eab340e7e7c32feb60b1 (diff)
downloadcmdtest-34496ac2e519e41750b0140a92dd36d54e010a95.tar.gz
Encode to locale for stdout, stderr; release 0.22cmdtest-0.22
Diffstat (limited to 'cmdtestlib.py')
-rw-r--r--cmdtestlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 71ce8f5..a750044 100644
--- a/cmdtestlib.py
+++ b/cmdtestlib.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.21'
+__version__ = '0.22'
import os