summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-08-28 16:34:30 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-08-28 16:34:30 +0200
commit0339b8cd5a472d319b9d4b6c499c35d17f2d8e8e (patch)
tree3ba0d21b63c81805d52089c6b918580a00c6942a /__init__.py
parent9c0ecea7cdc8f3ae5fbd125a7b059d6f6dc81669 (diff)
downloadruamel.yaml-0339b8cd5a472d319b9d4b6c499c35d17f2d8e8e.tar.gz
fix issue 397 inserting comment when post key comment exists0.17.15
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 99554f4..941b925 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, 14),
- __version__='0.17.14',
+ version_info=(0, 17, 15),
+ __version__='0.17.15',
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