summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-01-02 20:43:06 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-01-02 20:43:06 +0100
commit2004da336f1736f63062fa70dae374b9ad765917 (patch)
tree01f967e3bfab14d72db2b40bbfcfca782ac2d953 /__init__.py
parentc59babd740f7d6cfd865626f0a0427de8c320987 (diff)
downloadruamel.yaml-2004da336f1736f63062fa70dae374b9ad765917.tar.gz
fix issue with roundtripping mappings keys that are aliases to scalar strings0.15.83
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 1ef43d8..d71c2d4 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, 82),
- __version__='0.15.82',
+ version_info=(0, 15, 83),
+ __version__='0.15.83',
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