diff options
Diffstat (limited to 'yamlish.py')
-rw-r--r-- | yamlish.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ import logging import yaml __docformat__ = 'reStructuredText' -__version__ = "0.5" +__version__ = "0.6" __author__ = "Matej Cepl <mcepl_at_redhat_dot_com>" class _YamlishLoader(yaml.loader.SafeLoader): |