summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-03-21 21:27:26 +0100
committerAnthon van der Neut <anthon@mnt.org>2018-03-21 21:27:26 +0100
commit0a9f40858e1f320ebd1ccb945e87213e03001240 (patch)
tree7782ee4a08a7ceee1cf3786ecf08da7d3dea95fa /__init__.py
parent0bda7fa8499b6c802d6246435524b839e9a8ba4c (diff)
downloadruamel.yaml-0a9f40858e1f320ebd1ccb945e87213e03001240.tar.gz
fixes issue #1870.15.37
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 96890a4..d74914b 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, 36),
- __version__='0.15.36',
+ version_info=(0, 15, 37),
+ __version__='0.15.37',
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