Refs #1124
pull/1128/head 0.52.3
Simon Willison 2020-12-03 11:07:05 -08:00
rodzic ca6e8e53dc
commit 4cce551666
2 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -4,6 +4,13 @@
Changelog
=========
.. _v0_52_3:
0.52.3 (2020-12-03)
-------------------
- Fixed bug where static assets would 404 for Datasette installed on ARM Amazon Linux. (`#1124 <https://github.com/simonw/datasette/issues/1124>`__)
.. _v0_52_2:
0.52.2 (2020-12-02)