summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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/>`__)