aboutsummaryrefslogtreecommitdiffstats
path: root/yamlish.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-03-08 22:45:11 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-03-08 22:45:11 +0100
commitbf17bdcec33de1b1218849134ed7ae468f75e946 (patch)
treeaad1799ae677c832db3a07f14139175f80d82e42 /yamlish.py
parent8b7616af6e43a0bce728aa43aa987c3b19d3cbba (diff)
downloadyamlish-bf17bdcec33de1b1218849134ed7ae468f75e946.tar.gz
Initial version uploaded to the Cheeseshop.0.2
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 fda3f74..e3a9061 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.1"
+__version__ = "0.2"
__author__ = "Matěj Cepl <mcepl_at_redhat_dot_com>"
class _YamlishLoader(yaml.loader.SafeLoader):