Release 0.61.1

Refs #1682

Refs https://github.com/simonw/datasette-hashed-urls/issues/13
This commit is contained in:
Simon Willison 2022-03-23 11:54:10 -07:00
commit d431a9055e
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,2 @@
__version__ = "0.61"
__version__ = "0.61.1"
__version_info__ = tuple(__version__.split("."))

View file

@ -4,6 +4,13 @@
Changelog
=========
.. _v0_61_1:
0.61.1 (2022-03-23)
-------------------
- Fixed a bug where databases with a different route from their name (as used by the `datasette-hashed-urls plugin <https://datasette.io/plugins/datasette-hashed-urls>`__) returned errors when executing custom SQL queries. (:issue:`1682`)
.. _v0_61:
0.61 (2022-03-23)