diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-07-29 14:52:25 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-07-29 14:52:25 +0200 |
commit | 3a029a8cca4887c4ab61e90de8450b536a6cbb0c (patch) | |
tree | e4a6f9555e00f211592f204a0d0f422eecc65fbd /__init__.py | |
parent | f9b50b606fe3f12b09dd36cb999238bf440d0cd1 (diff) | |
download | ruamel.yaml-3a029a8cca4887c4ab61e90de8450b536a6cbb0c.tar.gz |
added captured DeprecationWarning test0.15.46
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py index 16bce19..7b7ca99 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, 45), - __version__='0.15.45', + version_info=(0, 15, 46), + __version__='0.15.46', 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 |