aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-03-16 23:48:17 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-03-16 23:48:17 +0100
commit4813712507fdc51e915d98f26f87db407ad21d38 (patch)
treeda2ebac2b1b81e8ab0d4548416ada14f1495716d
parent48f99ca1aff47c96a7b1b4ffcb5c9a6d5dcf2a47 (diff)
downloadyamlish-4813712507fdc51e915d98f26f87db407ad21d38.tar.gz
Add NEWS.txt to be packaged as well.0.6
-rw-r--r--MANIFEST.in1
-rw-r--r--yamlish.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..7e89e1e
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+include NEWS.txt \ No newline at end of file
diff --git a/yamlish.py b/yamlish.py
index f3ef610..2fcffbc 100644
--- a/yamlish.py
+++ b/yamlish.py
@@ -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):