diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-11-15 17:57:23 +0100 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-11-15 17:57:23 +0100 |
commit | d04c3b66d442bf9b727fd5201862014990f63cb4 (patch) | |
tree | 9330abe9c92eb4df95d45c35bb368ed28edc1696 /__init__.py | |
parent | bfe6cf135848a89b38286fec53d091e6402ef7c0 (diff) | |
download | ruamel.yaml-d04c3b66d442bf9b727fd5201862014990f63cb4.tar.gz |
fix issue #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78
*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 bdc47aa..a2e7a02 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, 77), - __version__='0.15.77', + version_info=(0, 15, 78), + __version__='0.15.78', 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 |