Release 0.59a1

Refs #1425
This commit is contained in:
Simon Willison 2021-08-08 18:13:03 -07:00
commit ad90a72afa
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,2 @@
__version__ = "0.59a0"
__version__ = "0.59a1"
__version_info__ = tuple(__version__.split("."))

View file

@ -4,6 +4,13 @@
Changelog
=========
.. _v0_59a1:
0.59a1 (2021-08-08)
-------------------
- The :ref:`render_cell() <plugin_hook_render_cell>` plugin hook can now return an awaitable function. This means the hook can execute SQL queries. (:issue:`1425`)
.. _v0_59a0:
0.59a0 (2021-08-06)