Refs #2065
pull/2044/merge
Simon Willison 2023-04-27 07:53:33 -07:00
rodzic 4d50fc7cd7
commit 0746e785fc
2 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.64.2"
__version__ = "0.64.3"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,13 @@
Changelog
=========
.. _v0_64_3:
0.64.3 (2023-04-27)
-------------------
- Added ``pip`` and ``setuptools`` as explicit dependencies. This fixes a bug where Datasette could not be installed using `Rye <https://github.com/mitsuhiko/rye>`__. (:issue:`2065`)
.. _v0_64_2:
0.64.2 (2023-03-08)