Refs #1609
0.60.x 0.60.1
Simon Willison 2022-01-20 18:08:20 -08:00
rodzic 265c62344a
commit 8da5208561
2 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.60"
__version__ = "0.60.1"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,13 @@
Changelog
=========
.. _v0_60.1:
0.60.1 (2022-01-20)
-------------------
- Fixed a bug where installation on Python 3.6 stopped working due to a change to an underlying dependency. This release can now be installed on Python 3.6, but is the last release of Datasette that will support anything less than Python 3.7. (:issue:`1609`)
.. _v0_60:
0.60 (2022-01-13)