From 2004da336f1736f63062fa70dae374b9ad765917 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 2 Jan 2019 20:43:06 +0100 Subject: fix issue with roundtripping mappings keys that are aliases to scalar strings --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 1ef43d8..d71c2d4 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, 82), - __version__='0.15.82', + version_info=(0, 15, 83), + __version__='0.15.83', 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