diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-11-26 09:24:31 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-11-26 09:24:31 +0100 |
commit | 10438bc786dc6a381193025779cf86e072a1108a (patch) | |
tree | 19880df160235f35b4e3443509a77e84bd560870 /__init__.py | |
parent | fa720ebff5f3ee49cb70d3741d07e1f3fd957a62 (diff) | |
download | ruamel.yaml-10438bc786dc6a381193025779cf86e072a1108a.tar.gz |
fix for issue with folds after (and before) spaces being emitted as BEL character instead of discarding0.15.80
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py index 9988df7..8033a8b 100644 --- a/__init__.py +++ b/__init__.py @@ -7,8 +7,8 @@ if False: # MYPY _package_data = dict( full_package_name='ruamel.yaml', - version_info=(0, 15, 79), - __version__='0.15.79', + version_info=(0, 15, 80), + __version__='0.15.80', author='Anthon van der Neut', author_email='a.van.der.neut@ruamel.eu', description='ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order', # NOQA |