From a6a96c99a78cdc34e291af8d7d2d17fd1bf42a42 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Fri, 5 May 2023 20:08:37 +0200 Subject: fixes issue: 458,454, stackoverflow reports --- __init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 3a7b355..61552f0 100644 --- a/__init__.py +++ b/__init__.py @@ -5,16 +5,16 @@ if False: # MYPY _package_data = dict( full_package_name='ruamel.yaml', - version_info=(0, 17, 22), - __version__='0.17.22', - version_timestamp='2023-05-02 08:06:59', + version_info=(0, 17, 23), + __version__='0.17.23', + version_timestamp='2023-05-05 20:08:10', 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 entry_points=None, since=2014, extras_require={ - ':platform_python_implementation=="CPython" and python_version<"3.11"': ['ruamel.yaml.clib>=0.2.6'], # NOQA + ':platform_python_implementation=="CPython" and python_version<"3.12"': ['ruamel.yaml.clib>=0.2.7'], # NOQA 'jinja2': ['ruamel.yaml.jinja2>=0.2'], 'docs': ['ryd'], }, -- cgit v1.2.1