summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-02-07 13:20:20 +0100
committerAnthon van der Neut <anthon@mnt.org>2018-02-07 13:20:20 +0100
commitb7897ce0d21161e1d7b0a1c75d59dfb81591b691 (patch)
tree1b994cf844da114b43438130dcaf790750e41773 /__init__.py
parent9cac97741700ce42c46d11b57d349faab250ff13 (diff)
downloadruamel.yaml-b7897ce0d21161e1d7b0a1c75d59dfb81591b691.tar.gz
update0.15.36
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 7b190f3..96890a4 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, 35),
- __version__='0.15.35',
+ version_info=(0, 15, 36),
+ __version__='0.15.36',
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
@@ -35,6 +35,7 @@ _package_data = dict(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: Jython',