summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-29 13:01:41 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-29 13:01:41 +0200
commit46589f9d94ef95b851f4cb56b06eeb11753db25e (patch)
treeb1e415e8ed97f9faa5f9d146a40dbb4ccfe954cf /__init__.py
parent33f0d0b44b6272a572cc14494ea788c867ae190f (diff)
downloadruamel.yaml-46589f9d94ef95b851f4cb56b06eeb11753db25e.tar.gz
allow version 1.2 using C loader/dumper0.15.62
This just allows to use version 1.2 instead of 1.1 fixed. There is no actual parsing/dumping code changed. So documents with YAML 1.2 specific features (e.g. octals) are likely to fail. *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 f65a31d..f5eb8b2 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, 61),
- __version__='0.15.61',
+ version_info=(0, 15, 62),
+ __version__='0.15.62',
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