From d93edd02ae4cc8bed44fab926ec2873144a75ef8 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 3 Jul 2023 05:57:53 -0400 Subject: [PATCH] Finalize --- NEWS.rst | 9 +++++++++ newsfragments/178.bugfix.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 newsfragments/178.bugfix.rst diff --git a/NEWS.rst b/NEWS.rst index cacec3c..8f26f78 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v6.1.1 +====== + +Bugfixes +-------- + +- ``ordinal`` now handles float types correctly without first coercing them to strings. (#178) + + v6.1.0 ====== diff --git a/newsfragments/178.bugfix.rst b/newsfragments/178.bugfix.rst deleted file mode 100644 index cb3896c..0000000 --- a/newsfragments/178.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``ordinal`` now handles float types correctly without first coercing them to strings.