From 3d039055e72a8f3185089a2b9f1f162c6f453a77 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Thu, 4 Apr 2019 08:34:46 +0200 Subject: fix update CommentedMap with list of tuples fixes issue #282 *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))* --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index c10c606..cb39f68 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, 89), - __version__='0.15.89', + version_info=(0, 15, 90), + __version__='0.15.90', 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 -- cgit v1.2.1