mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
4d50fc7cd7
commit
0746e785fc
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "0.64.2"
|
__version__ = "0.64.3"
|
||||||
__version_info__ = tuple(__version__.split("."))
|
__version_info__ = tuple(__version__.split("."))
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,13 @@
|
||||||
Changelog
|
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:
|
.. _v0_64_2:
|
||||||
|
|
||||||
0.64.2 (2023-03-08)
|
0.64.2 (2023-03-08)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue