summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-12 10:09:52 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-12 10:09:52 +0200
commitfe4fcdb71f9af1080df3c1580cc3a8d4b2d49e26 (patch)
tree297a60fe4eb6dbceeb381f34363beca7c5967ea3 /__init__.py
parentfbfd585d20035ef6a4ebbfb4be28869715dccbbe (diff)
downloadruamel.yaml-fe4fcdb71f9af1080df3c1580cc3a8d4b2d49e26.tar.gz
fix issue #160 flow mapping in sequence with comment gobbling newline0.15.53
*When this change indeed resolves your problem, please **Close** his issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
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 ffd84c2..1af5ab8 100644
--- a/__init__.py
+++ b/__init__.py
@@ -7,8 +7,8 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml',
- version_info=(0, 15, 52),
- __version__='0.15.52',
+ version_info=(0, 15, 53),
+ __version__='0.15.53',
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