summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-04-21 17:48:15 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-04-21 17:48:15 +0200
commitde8f65450fa85ab4e59afa91df669e05753d5b93 (patch)
treeba492894b7fb6f4a229f24ce7c0136c8af2d0e98 /__init__.py
parent6c7a0920317ab4cf34950a6bb4f8e4bc2b494632 (diff)
downloadruamel.yaml-de8f65450fa85ab4e59afa91df669e05753d5b93.tar.gz
Add y/Y/n/N to boolean values under 1.10.15.93
fixes issues #285 *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 eb374fc..6874999 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, 92),
- __version__='0.15.92',
+ version_info=(0, 15, 93),
+ __version__='0.15.93',
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