summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-17 09:53:27 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-17 09:53:27 +0200
commit0427670ffa4fd8f70824dbf9533514f9a4daeff3 (patch)
tree5ac3fdfa799aa2f48510a1f3e9cd7bcbdf373785 /__init__.py
parent9eb543eb3b1512a176f12ae6e4ba46ca6acf1b84 (diff)
downloadruamel.yaml-0427670ffa4fd8f70824dbf9533514f9a4daeff3.tar.gz
allow dump of deepcopied data from commented YAML0.15.100
fixes issue #295 *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 07827ed..48d9a03 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, 99),
- __version__='0.15.99',
+ version_info=(0, 15, 100),
+ __version__='0.15.100',
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