diff options
author | Anthon van der Neut <anthon@mnt.org> | 2021-08-25 21:30:55 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2021-08-25 21:30:55 +0200 |
commit | b377e99595919aded00074a2db16001c4847fce8 (patch) | |
tree | 8ec452e26419b22e45ed702359e1bd74115491c6 /__init__.py | |
parent | 849ef8a1a635186e57a414858937b5759101a2a2 (diff) | |
download | ruamel.yaml-b377e99595919aded00074a2db16001c4847fce8.tar.gz |
fix issue with insert in merged-in dict0.17.14
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 cc6a438..99554f4 100644 --- a/__init__.py +++ b/__init__.py @@ -5,8 +5,8 @@ if False: # MYPY _package_data = dict( full_package_name='ruamel.yaml', - version_info=(0, 17, 13), - __version__='0.17.13', + version_info=(0, 17, 14), + __version__='0.17.14', 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 |