summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2022-01-03 09:22:25 +0100
committerAnthon van der Neut <anthon@mnt.org>2022-01-03 09:22:25 +0100
commit25f75a2cbbc0425b722d85117cd611f498f48cea (patch)
tree448eb5d177d88a7c86ac9bfb4c3884513ad43367 /README.rst
parent285a927e0b675d7b67d7d893e3b86862784fb0fb (diff)
downloadruamel.yaml-25f75a2cbbc0425b722d85117cd611f498f48cea.tar.gz
fix issue 414 dateime fraction >= 99999950.17.20
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0e85970..e5100b9 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.17.19
-:updated: 2021-12-26
+:version: 0.17.20
+:updated: today
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -72,6 +72,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.20 (today):
+ - fix error in microseconds while rounding datetime fractions >= 9999995
+ (reported by `Luis Ferreira <https://sourceforge.net/u/ljmf00/>`__)
+
0.17.19 (2021-12-26):
- fix mypy problems (reported by `Arun <https://sourceforge.net/u/arunppsg/profile/>`__)