Skip to content

Commit

Permalink
Release 0.64.4
Browse files Browse the repository at this point in the history
Refs #2189
  • Loading branch information
simonw committed Sep 21, 2023
1 parent 4b01cec commit d61687c
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.64.3"
__version__ = "0.64.4"
__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_64_4:

0.64.4 (2023-09-21)
-------------------

- Fix for a crashing bug caused by viewing the table page for a named in-memory database. (:issue:`2189`)

.. _v0_64_3:

0.64.3 (2023-04-27)
Expand Down

0 comments on commit d61687c

Please sign in to comment.