summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-26 23:05:03 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-26 23:05:03 +0200
commitbce1095295d4a058ed665efde34b22c83b77c8fe (patch)
tree5d16180f55626eff1038df1e91459b90f816fc80 /__init__.py
parent946e383b47a227032e92d432c85568caed8065e2 (diff)
downloadruamel.yaml-bce1095295d4a058ed665efde34b22c83b77c8fe.tar.gz
fix issue #238 construct recursive objects0.15.71
*When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the 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 6ffb2d4..9b815db 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, 70),
- __version__='0.15.70',
+ version_info=(0, 15, 71),
+ __version__='0.15.71',
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