Release 0.64.4

Refs #2189
This commit is contained in:
Simon Willison 2023-09-21 12:25:52 -07:00
commit d61687cbeb
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,2 @@
__version__ = "0.64.3"
__version__ = "0.64.4"
__version_info__ = tuple(__version__.split("."))

View file

@ -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)