summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-01 16:25:49 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-01 16:25:49 +0200
commit03717f36347c74ae56ac77f8ef51e14524bb33d1 (patch)
tree4f6bee79475b75c185a62be7b6c2077258a87b4a
parent90e455b9228f444fabda798e836b93c655ccb203 (diff)
downloadruamel.yaml-03717f36347c74ae56ac77f8ef51e14524bb33d1.tar.gz
Added tag 0.15.16 for changeset bf3cd222269e
-rw-r--r--README.rst2
-rw-r--r--__init__.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 281b416..17373b6 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key
-0.15.16 (2017-07-01):
+0.15.15 (2017-07-01):
- minor typing issues (reported and fix provided by
`Manvendra Singh <https://bitbucket.org/manu-chroma/>`_)mmm
- small doc improvements
diff --git a/__init__.py b/__init__.py
index 213486a..5edebf8 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),
- __version__='0.15',
+ version_info=(0, 15, 15),
+ __version__='0.15.15',
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