Refs #2214
0.64.x
Simon Willison 2023-12-22 15:14:50 -08:00
rodzic 324090919d
commit c4571c4f17
2 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.64.5"
__version__ = "0.64.6"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,13 @@
Changelog
=========
.. _v0_64_6:
0.64.6 (2023-12-22)
-------------------
- Fixed a bug where CSV export with expanded labels could fail if a foreign key reference did not correctly resolve. (:issue:`2214`)
.. _v0_64_5:
0.64.5 (2023-10-08)