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)