summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-07-07 09:47:54 +0200
committerAnthon van der Neut <anthon@mnt.org>2016-07-07 09:47:54 +0200
commit03ecc1279b483b78ac1ef38a4c17a8b21cbb690d (patch)
tree03898bb0719ae146e1e198509eff62c84b6e5945
parentc97a7df60555833e9e382ef5a696341549ab26d3 (diff)
downloadruamel.yaml-03ecc1279b483b78ac1ef38a4c17a8b21cbb690d.tar.gz
documentation of previous commit, auto many_wheels0.11.13
-rw-r--r--README.rst6
-rw-r--r--__init__.py2
2 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c936872..5bc4643 100644
--- a/README.rst
+++ b/README.rst
@@ -18,8 +18,12 @@ ChangeLog
::
+ 0.11.13 (2016-07-06):
+ - documentation only, automated linux wheels
+
0.11.12 (2016-07-06):
- - added
+ - added support for roundtrip of single/double quoted scalars using:
+ ruamel.yaml.round_trip_load(stream, preserve_quotes=True)
0.11.0 (2016-02-18):
- RoundTripLoader loads 1.2 by default (no sexagesimals, 012 octals nor
diff --git a/__init__.py b/__init__.py
index ec683f7..fd85bd2 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, 11, 12),
+ version_info=(0, 11, 13),
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