summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-05-31 08:36:28 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-05-31 08:36:28 +0200
commitea3d878ef8635120354cd59a1f31b97b05a3e09b (patch)
tree75883248966af6cd241cbcd75bc40ba1bc856b6d /README.rst
parent35b81abf32f2567feba5957bc7c9d31782af3b1c (diff)
downloadruamel.yaml-ea3d878ef8635120354cd59a1f31b97b05a3e09b.tar.gz
fix 385 (missing attribute) and mypy issues0.17.6
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 10 insertions, 3 deletions
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 <https://sourceforge.net/u/jspricke/>`__
+ - fix for issue 385: deprecated round_trip_loader function not working
+ (reported by `Mike Gouline <https://sourceforge.net/u/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 <https://sourceforge.net/u/william303/>`__)