summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-11-13 12:10:50 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-11-13 12:10:50 +0100
commit8af14213540c902e7818635d5da28a0ad90a7012 (patch)
tree380caeb6455a4092b9c817feafa7c0ab140c9b6f
parentfb218607f248f250b0038bdbf83a396c9c90984f (diff)
downloadruamel.yaml-8af14213540c902e7818635d5da28a0ad90a7012.tar.gz
merge and version bump0.12.16
-rw-r--r--README.rst2
-rw-r--r--__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 01b6985..72ea91a 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ ChangeLog
::
- 0.12.15 (2016-09-21):
+ 0.12.16 (2016-09-21):
- allow dot char (and many others) in anchor name
Fix issue 72 (reported by Shalon Wood)
- Slightly smarter behaviour dumping strings when no style is
diff --git a/__init__.py b/__init__.py
index 61068d6..cbc1163 100644
--- a/__init__.py
+++ b/__init__.py
@@ -9,7 +9,7 @@ from __future__ import absolute_import
_package_data = dict(
full_package_name="ruamel.yaml",
- version_info=(0, 12, 15),
+ version_info=(0, 12, 16),
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