From d24b5a2651d1e367e2f50e4c00fe96bea5a706a6 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 17 Oct 2018 09:55:06 +0200 Subject: fix issue #250 dropping of comment when seq within seq *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 e68a11f..06c70a0 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, 73), - __version__='0.15.73', + version_info=(0, 15, 74), + __version__='0.15.74', 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