From ea3d878ef8635120354cd59a1f31b97b05a3e09b Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Mon, 31 May 2021 08:36:28 +0200 Subject: fix 385 (missing attribute) and mypy issues --- README.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2d83774..5c5b263 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ ruamel.yaml ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.17.5 -:updated: 2021-05-30 +:version: 0.17.6 +:updated: 2021-05-31 :documentation: http://yaml.readthedocs.io :repository: https://sourceforge.net/projects/ruamel-yaml/ :pypi: https://pypi.org/project/ruamel.yaml/ @@ -65,7 +65,14 @@ ChangeLog .. should insert NEXT: at the beginning of line for next key (with empty line) -0.17.5 (2021-05-30): +0.17.6 (2021-05-31): + - merged type annotations update provided by + `Jochen Sprickerhof `__ + - fix for issue 385: deprecated round_trip_loader function not working + (reported by `Mike Gouline `__) + - wasted a few hours getting rid of mypy warnings/errors + +0.17.5: - fix for issue 384 !!set with aliased entry resulting in broken YAML on rt reported by `William Kimball `__) -- cgit v1.2.1