diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-08-29 17:27:19 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-08-29 17:27:19 +0200 |
commit | 69a4233bf4da81feb3e5417c926e3ac1af97a074 (patch) | |
tree | 142554c23567140f5036e2c2e7837c78c9680cb9 /README.rst | |
parent | e8d9885e28b3f94ee9b10ba2f651d83d4cb4e831 (diff) | |
download | ruamel.yaml-69a4233bf4da81feb3e5417c926e3ac1af97a074.tar.gz |
new release to push new .tar.gz (for Windows users using that)0.15.63
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ ruamel.yaml ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.15.62 +:version: 0.15.63 :updated: 2018-08-29 :documentation: http://yaml.readthedocs.io :repository: https://bitbucket.org/ruamel/ @@ -54,6 +54,9 @@ ChangeLog .. should insert NEXT: at the beginning of line for next key (with empty line) +0.15.63 (2018-08-29): + - small fix only necessary for Windows users that don't use wheels. + 0.15.62 (2018-08-29): - C based reader/scanner & emitter now allow setting of 1.2 as YAML version. ** The loading/dumping is still YAML 1.1 code**, so use the common subset of |