summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-02-11 22:25:44 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-02-11 22:25:44 +0100
commite1a741f1a67eda390d3bde912ebbedda28b9ef4d (patch)
treeed818acbcd39ccab3df4713fb2fc9efd00c96f1b /__init__.py
parentd3b70065abca5a898c7b830e2c1de53db54c79f6 (diff)
downloadruamel.yaml-e1a741f1a67eda390d3bde912ebbedda28b9ef4d.tar.gz
remove duplicates from CHANGES0.16.9
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 8a3f62b..940cb6b 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, 8),
- __version__='0.16.8',
+ version_info=(0, 16, 9),
+ __version__='0.16.9',
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