summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-20 16:48:10 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-20 16:48:10 +0200
commite1594f4f390a67f376722086ea4ac3e5583d003d (patch)
tree7b3e926d8a2e8507538832f0a216c39effc58dfb /__init__.py
parentc706e5ec84f7520b1e63110af89f441ebdbceae6 (diff)
downloadruamel.yaml-e1594f4f390a67f376722086ea4ac3e5583d003d.tar.gz
fix issue #239 dropping comments before document-end on load_all0.15.69
*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 0b9da5c..16bfa0c 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, 68),
- __version__='0.15.68',
+ version_info=(0, 15, 69),
+ __version__='0.15.69',
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