From b87bbd1afd0c4a644d8ecf6e90561b1910ac57c4 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Tue, 2 May 2023 08:07:26 +0200 Subject: fix readme, xfail spec_6_26 --- __init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 58e39af..3a7b355 100644 --- a/__init__.py +++ b/__init__.py @@ -5,9 +5,9 @@ if False: # MYPY _package_data = dict( full_package_name='ruamel.yaml', - version_info=(0, 17, 21), - __version__='0.17.21', - version_timestamp='2022-02-12 09:49:22', + version_info=(0, 17, 22), + __version__='0.17.22', + version_timestamp='2023-05-02 08:06:59', 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