From ac85964f6bc07556af6bcb6fbbc7b4e978eca162 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 6 Jan 2024 20:59:22 -0700 Subject: [PATCH] fix the typo so that we can publish to pypi --- CHANGELOG.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 18bdaf13..09a2fc8d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,7 +9,7 @@ Unreleased ---- -0.31.0 (2024-01-06) +0.31.1 (2024-01-06) ------------------- Removed diff --git a/README.rst b/README.rst index cf7a066f..ddc61c04 100644 --- a/README.rst +++ b/README.rst @@ -125,7 +125,7 @@ using the ``SciNum`` object. >>> print(f"{num:!2f()}") 123456.6543(34) -Note that the above examples demonstrate that :mod:`sciform` uses +Note that the above examples demonstrate that ``sciform`` uses `"round-to-even" `_ rounding.