summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-08-21 15:35:35 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-08-21 15:35:35 +0200
commit0c05224579a493f0dd06a71c366c5a4843c8de2a (patch)
tree208f38acbee6729509438d7e74e3cfe726f23d90 /README.rst
parentc39137c24b8a62818e6ca5c682e80bdc52e727c9 (diff)
downloadruamel.yaml-0c05224579a493f0dd06a71c366c5a4843c8de2a.tar.gz
minor fix0.17.13
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
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 <https://sourceforge.net/u/sph/>`__)