Refs #1364, #1367
pull/1374/head 0.57.1
Simon Willison 2021-06-08 09:26:45 -07:00
rodzic f4c5777c7e
commit a3faf37883
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -4,6 +4,14 @@
Changelog
=========
.. _v0_57_1:
0.57.1 (2021-06-08)
-------------------
- Fixed visual display glitch with global navigation menu. (:issue:`1367`)
- No longer truncates the list of table columns displayed on the ``/database`` page. (:issue:`1364`)
.. _v0_57:
0.57 (2021-06-05)