From f48621cf6e48645a9909700002ce22961da744d4 Mon Sep 17 00:00:00 2001 From: James Parrott <80779630+JamesParrott@users.noreply.github.com> Date: Mon, 1 May 2023 20:00:42 +0100 Subject: [PATCH] Changed title. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a19f07..a602e8e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# toml_tools, Tomli and Tomli-W for Python 2 and Iron Python +# toml_tools: Tomli and Tomli-W for Python 2 and Iron Python v2.0.0 - dump and dumps now return an OrderedDict, in Pythons before 3.7 or in IronPython which should preserve the order of entries (other than listing the root table entries first).