diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-03-16 23:48:17 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-03-16 23:48:17 +0100 |
commit | 4813712507fdc51e915d98f26f87db407ad21d38 (patch) | |
tree | da2ebac2b1b81e8ab0d4548416ada14f1495716d /yamlish.py | |
parent | 48f99ca1aff47c96a7b1b4ffcb5c9a6d5dcf2a47 (diff) | |
download | yamlish-4813712507fdc51e915d98f26f87db407ad21d38.tar.gz |
Add NEWS.txt to be packaged as well.0.6
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): |