summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-05-06 12:29:03 +0200
committerAnthon van der Neut <anthon@mnt.org>2023-05-06 12:29:03 +0200
commita7e27772f48e9e7f1040344739f680081da50a41 (patch)
tree0887b210272f81e1a01e6404e1e1aac25e4558f3 /__init__.py
parenta4e09a2ba0d2adb1b2e63b6bf8fa39c055b9c99b (diff)
downloadruamel.yaml-a7e27772f48e9e7f1040344739f680081da50a41.tar.gz
fix issue: 453, 4470.17.24
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py
index 5dcf734..d548852 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, 23),
- __version__='0.17.23',
- version_timestamp='2023-05-05 20:19:23',
+ version_info=(0, 17, 24),
+ __version__='0.17.24',
+ version_timestamp='2023-05-06 12:28:17',
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