Refs #1281, #1282, #1289, #1290, #1308, #1313, #1314, #1321, #1323, #1325, #1330, #1332, #1335
pull/1339/head 0.57a0
Simon Willison 2021-05-22 17:45:54 -07:00
rodzic 9789b94da4
commit a443dba82f
2 zmienionych plików z 12 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -4,6 +4,17 @@
Changelog
=========
.. _v0_57_a0:
0.57a0 (2021-05-22)
-------------------
Mainly dependency bumps, plus a new ``?_facet_size=`` argument.
- Updated dependencies: pytest-asyncio, Black, jinja2, aiofiles, itsdangerous
- Fixed bug where columns called "Link" were incorrectly displayed in bold. (:issue:`1308`)
- New ``?_facet_size=`` argument for customizing the number of facet results returned on a page. (:issue:`1332`)
.. _v0_56:
0.56 (2021-03-28)