Refs #1904, #1905
0.63.x 0.63.2
Simon Willison 2022-11-18 16:53:05 -08:00
rodzic c4d002fef5
commit d67f812b73
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.63.1"
__version__ = "0.63.2"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,14 @@
Changelog
=========
.. _v0_63_2:
0.63.2 (2022-11-18)
-------------------
- Fixed a bug in ``datasette publish heroku`` where deployments failed due to an older version of Python being requested. (:issue:`1905`)
- New ``datasette publish heroku --generate-dir <dir>`` option for generating a Heroku deployment directory without deploying it.
.. _v0_63_1:
0.63.1 (2022-11-10)