aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-01-12 19:17:50 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-01-12 19:19:05 +0100
commitdba0b0a5b65c57c71c50ce1681f3286869e231bc (patch)
treee1cf5638e259e75ab031999fa13841b5d702420a /setup.py
parent7297401f8acb8a232ad629bc03be635c2c530926 (diff)
downloadyamlish-dba0b0a5b65c57c71c50ce1681f3286869e231bc.tar.gz
Add optional parameter to yamlish.load ignore_wrong_characters0.15
When set to True, then yamlish doesn't crash on bad UTF8 characters but rather skips them. Fixes #2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5cc3c91..53b072a 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ def read(fname):
setup(
name='yamlish',
- version="0.14",
+ version="0.15",
description='Python implementation of YAMLish',
author='Matěj Cepl',
author_email='mcepl@redhat.com',