mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
5e932f3e27
commit
5800eaeb5b
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "0.64.4"
|
__version__ = "0.64.5"
|
||||||
__version_info__ = tuple(__version__.split("."))
|
__version_info__ = tuple(__version__.split("."))
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
.. _v0_64_5:
|
||||||
|
|
||||||
|
0.64.5 (2023-10-08)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Dropped dependency on ``click-default-group-wheel``, which could cause a dependency conflict. (:issue:`2197`)
|
||||||
|
|
||||||
.. _v0_64_4:
|
.. _v0_64_4:
|
||||||
|
|
||||||
0.64.4 (2023-09-21)
|
0.64.4 (2023-09-21)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue