Skip to content

Commit

Permalink
Release 0.65.1
Browse files Browse the repository at this point in the history
Refs #2443
  • Loading branch information
simonw committed Nov 29, 2024
1 parent 496463b commit b9bcd6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.65"
__version__ = "0.65.1"
__version_info__ = tuple(__version__.split("."))
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Changelog
=========

.. _v0_65_1:

0.65.1 (2024-12-28)
-------------------

- Fixed bug with upgraded HTTPX 0.28.0 dependency. (:issue:`2443`)

.. _v0_65:

0.65 (2024-10-07)
Expand Down

0 comments on commit b9bcd6b

Please sign in to comment.