From 0c05224579a493f0dd06a71c366c5a4843c8de2a Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Sat, 21 Aug 2021 15:35:35 +0200 Subject: minor fix --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a3b9dbf..baeee11 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ ruamel.yaml ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python. -:version: 0.17.12 +:version: 0.17.13 :updated: 2021-08-21 :documentation: http://yaml.readthedocs.io :repository: https://sourceforge.net/projects/ruamel-yaml/ @@ -72,6 +72,9 @@ ChangeLog .. should insert NEXT: at the beginning of line for next key (with empty line) +0.17.13 (2021-08-21): + - minor fix in attr handling + 0.17.12 (2021-08-21): - fix issue with anchor on registered class not preserved and those classes using package attrs with `@attr.s()` (both reported by `ssph `__) -- cgit v1.2.1