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.