summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-10-31 21:15:37 +0100
committerAnthon van der Neut <anthon@mnt.org>2021-10-31 21:15:37 +0100
commit930a54b4685b5a259819d1f069c95b3bb674b681 (patch)
tree9665aa00883a4d9dd071bf0c7567c60fa7113400 /README.rst
parentbaf8bf17c714aca91083bfdeb734aa5b607d236c (diff)
downloadruamel.yaml-930a54b4685b5a259819d1f069c95b3bb674b681.tar.gz
extract timestamp matching/creation to util.py0.17.17
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