summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index a9cd69e..0db06d2 100644
--- a/README.rst
+++ b/README.rst
@@ -4,13 +4,13 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.17.16
-:updated: 2021-08-28
+:version: 0.17.17
+:updated: 2021-10-31
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
:pypi: https://pypi.org/project/ruamel.yaml/
-*The 0.16.13 release was the last that will tested to be working on Python 2.7.
+*The 0.16.13 release was the last that was tested to be working on Python 2.7.
The 0.17 series will still be tested on Python 3.5, but the 0.18 will not. The
0.17 series will also stop support for the old PyYAML functions, so a `YAML()` instance
will need to be created.*
@@ -72,8 +72,11 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.17 (2021-10-31):
+ - extract timestamp matching/creation to util
+
0.17.16 (2021-08-28):
- - also handle issue 397 when comment is newline
+ - 398 also handle issue 397 when comment is newline
0.17.15 (2021-08-28):
- fix issue 397, insert comment before key when a comment between key and value exists