Release 0.52.4

Refs #1125, #1131, #1094
This commit is contained in:
Simon Willison 2020-12-05 11:41:40 -08:00
commit 2dc281645a
2 changed files with 10 additions and 1 deletions

View file

@ -1,2 +1,2 @@
__version__ = "0.52.3"
__version__ = "0.52.4"
__version_info__ = tuple(__version__.split("."))

View file

@ -4,6 +4,15 @@
Changelog
=========
.. _v0_52_4:
0.52.4 (2020-12-05)
-------------------
- Show `pysqlite3 <https://github.com/coleifer/pysqlite3>`__ version on ``/-/versions``, if installed. (`#1125 <https://github.com/simonw/datasette/issues/1125>`__)
- Errors output by Datasette (e.g. for invalid SQL queries) now go to ``stderr``, not ``stdout``. (`#1131 <https://github.com/simonw/datasette/issues/1131>`__)
- Fix for a startup error on windows caused by unneccessary ``from os import EX_CANTCREAT`` - thanks, Abdussamet Koçak. (`#1094 <https://github.com/simonw/datasette/issues/1094>`__)
.. _v0_52_3:
0.52.3 (2020-12-03)