diff options
author | Anthon van der Neut <anthon@mnt.org> | 2019-01-08 09:03:34 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2019-01-08 09:03:34 +0100 |
commit | bdc07310846d253ddeac78f370db03df5d6e31b0 (patch) | |
tree | 960e48a41009998f6d1c32e6fb72930963672106 /__init__.py | |
parent | 619842506decc4b036e06e5753f3f7476c036d41 (diff) | |
download | ruamel.yaml-bdc07310846d253ddeac78f370db03df5d6e31b0.tar.gz |
resolves issue #274 replace dict with collections.OrderedDict when loading0.15.85
https://bitbucket.org/ruamel/yaml/issues/274/add-a-typ-ordered-for-a-middle-ground#comment-49783394
*When this change indeed resolves your problem, please **Close** this issue*.
*(You can do so using the WorkFlow pull-down (close to the top right of this page))*
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 5719064..8a0ef9e 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, 84), - __version__='0.15.84', + version_info=(0, 15, 85), + __version__='0.15.85', 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 |