summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-10-31 21:15:37 +0100
committerAnthon van der Neut <anthon@mnt.org>2021-10-31 21:15:37 +0100
commit930a54b4685b5a259819d1f069c95b3bb674b681 (patch)
tree9665aa00883a4d9dd071bf0c7567c60fa7113400 /__init__.py
parentbaf8bf17c714aca91083bfdeb734aa5b607d236c (diff)
downloadruamel.yaml-930a54b4685b5a259819d1f069c95b3bb674b681.tar.gz
extract timestamp matching/creation to util.py0.17.17
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 53e8b51..5124d2c 100644
--- a/__init__.py
+++ b/__init__.py
@@ -5,8 +5,8 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml',
- version_info=(0, 17, 16),
- __version__='0.17.16',
+ version_info=(0, 17, 17),
+ __version__='0.17.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