mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
496463bd4c
commit
b9bcd6b6ae
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "0.65"
|
__version__ = "0.65.1"
|
||||||
__version_info__ = tuple(__version__.split("."))
|
__version_info__ = tuple(__version__.split("."))
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
.. _v0_65_1:
|
||||||
|
|
||||||
|
0.65.1 (2024-12-28)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Fixed bug with upgraded HTTPX 0.28.0 dependency. (:issue:`2443`)
|
||||||
|
|
||||||
.. _v0_65:
|
.. _v0_65:
|
||||||
|
|
||||||
0.65 (2024-10-07)
|
0.65 (2024-10-07)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue