summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-10-06 19:34:28 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-10-06 19:34:28 +0200
commitffaab93d8964e7fbcbc2efe3399ae128fb4c5756 (patch)
tree3f76d9322d1edfc8ca66e4bbe98cfed8c3cf7a11 /__init__.py
parent334c992703b2093a26b59d2cac403375b568c617 (diff)
downloadruamel.yaml-ffaab93d8964e7fbcbc2efe3399ae128fb4c5756.tar.gz
fix issue #245 regression on C parsing of explicit 1.1 source0.15.72
*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 9b815db..b9a3a44 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, 71),
- __version__='0.15.71',
+ version_info=(0, 15, 72),
+ __version__='0.15.72',
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