From e6e44372b34414eac2f36a4c1120af4f755aa423 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 24 Oct 2021 15:29:56 -0700 Subject: [PATCH] Release 0.59.1 Refs #1482, #1496 --- datasette/version.py | 2 +- docs/changelog.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/datasette/version.py b/datasette/version.py index d78b2e90..ff1f55e8 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.59" +__version__ = "0.59.1" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 24e19baa..40f49fb2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,14 @@ Changelog ========= +.. _v0_59_1: + +0.59.1 (2021-10-24) +------------------- + +- Fix compatibility with Python 3.10. (:issue:`1482`) +- Documentation on how to use :ref:`sql_parameters` with integer and floating point values. (:issue:`1496`) + .. _v0_59: 0.59 (2021-10-14)