summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-11-21 09:40:46 +0100
committerAnthon van der Neut <anthon@mnt.org>2018-11-21 09:40:46 +0100
commit06d22dfdbdf9bac2d3443be3e57f17ac21798eaa (patch)
treeb40e8f63446a9a2d0c47bf74b9087eb935ecc3a7 /__init__.py
parentf674cbd0e04dcd3c09545a1ae75a80c6c8d3f3e2 (diff)
downloadruamel.yaml-06d22dfdbdf9bac2d3443be3e57f17ac21798eaa.tar.gz
resolves issue with anchors specified deeper in the data structure than aliases0.15.79
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 a2e7a02..9988df7 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, 78),
- __version__='0.15.78',
+ version_info=(0, 15, 79),
+ __version__='0.15.79',
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