summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-05-09 22:00:30 +0200
committerAnthon van der Neut <anthon@mnt.org>2023-05-09 22:00:30 +0200
commit67d9d159adfaf182dc65d7553c0837483d69efa0 (patch)
treec1c9a8044914e9eb98f33a01f4f8a3944fb5bf42 /__init__.py
parent4a04b2293b3bd3068a70bdfa61c2bdb175e614e0 (diff)
downloadruamel.yaml-67d9d159adfaf182dc65d7553c0837483d69efa0.tar.gz
edge case for 4590.17.26
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 c676d16..210337f 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, 25),
- __version__='0.17.25',
- version_timestamp='2023-05-09 19:56:50',
+ version_info=(0, 17, 26),
+ __version__='0.17.26',
+ version_timestamp='2023-05-09 21:59:45',
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