summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2022-02-12 09:52:13 +0100
committerAnthon van der Neut <anthon@mnt.org>2022-02-12 09:52:13 +0100
commita9fc2e5d353e5269ee4516945aafebcc8d75c165 (patch)
tree7010986d6eb5db7381e48d2214ea71747bb7a8f6 /__init__.py
parent4c1519d446f8d32b1ff34ab8435a32e87ba87b92 (diff)
downloadruamel.yaml-a9fc2e5d353e5269ee4516945aafebcc8d75c165.tar.gz
bug in YAML.compose(Path(...)))0.17.21
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 4e95b86..2a2572c 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, 20),
- __version__='0.17.20',
- version_timestamp='2022-01-03 09:19:48',
+ version_info=(0, 17, 21),
+ __version__='0.17.21',
+ version_timestamp='2022-02-12 09:49:22',
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