diff options
author | Anthon van der Neut <anthon@mnt.org> | 2019-08-15 22:37:48 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2019-08-15 22:37:48 +0200 |
commit | 909171f93bbad505d35f2856e0105f173858ea5f (patch) | |
tree | 2f60cc5be35af933c2c3267694e0a712cf29578b /__init__.py | |
parent | 1c628953c71f2e2f0cd01d643ca239e23c2e15cc (diff) | |
download | ruamel.yaml-909171f93bbad505d35f2856e0105f173858ea5f.tar.gz |
mypy, split contruct_object0.16.3
fixes issue #306
*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__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py index 7e1b208..fa58ebc 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, 16, 2), - __version__='0.16.2', + version_info=(0, 16, 3), + __version__='0.16.3', 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 |