aboutsummaryrefslogtreecommitdiffstats
path: root/yamlish.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-03-08 23:29:28 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-03-08 23:29:28 +0100
commit884614e79eb99d216eb998a4ca9f504e07667a5f (patch)
treeff7de8943b83eaa1e92137cb5ea5e8206c7de78e /yamlish.py
parentbf17bdcec33de1b1218849134ed7ae468f75e946 (diff)
downloadyamlish-884614e79eb99d216eb998a4ca9f504e07667a5f.tar.gz
Don't leak tempfiles (and setup.py test should actually do something).0.3
Diffstat (limited to 'yamlish.py')
-rw-r--r--yamlish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yamlish.py b/yamlish.py
index e3a9061..fd95d85 100644
--- a/yamlish.py
+++ b/yamlish.py
@@ -113,7 +113,7 @@ Read more about TAP and YAMLish here: L<http://testanything.org/wiki>
import logging
import yaml
-__version__ = "0.2"
+__version__ = "0.3"
__author__ = "Matěj Cepl <mcepl_at_redhat_dot_com>"
class _YamlishLoader(yaml.loader.SafeLoader):