From 25f75a2cbbc0425b722d85117cd611f498f48cea Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Mon, 3 Jan 2022 09:22:25 +0100 Subject: fix issue 414 dateime fraction >= 9999995 --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.rst') 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 `__) + 0.17.19 (2021-12-26): - fix mypy problems (reported by `Arun `__) -- cgit v1.2.1