summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-04-05 22:05:13 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-04-05 22:05:13 +0200
commit44f33876f1b7ca0e1670b6f6f2d52f2992673405 (patch)
treeb1302ada4baeb5ec8cc8d355b9ed35c32cb9e34b /__init__.py
parent025693ddf51960b599ddeed1c2adb999b00dbf32 (diff)
downloadruamel.yaml-44f33876f1b7ca0e1670b6f6f2d52f2992673405.tar.gz
optionally allow duplicate merge keys0.15.91
https://stackoverflow.com/questions/55540686/configuring-ruamel-yaml-to-allow-duplicate-keys reported by mamacdon
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 cb39f68..d1481e1 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, 90),
- __version__='0.15.90',
+ version_info=(0, 15, 91),
+ __version__='0.15.91',
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