mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
03cc697b6b
commit
e6e44372b3
2 changed files with 9 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.59"
|
||||
__version__ = "0.59.1"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_59_1:
|
||||
|
||||
0.59.1 (2021-10-24)
|
||||
-------------------
|
||||
|
||||
- Fix compatibility with Python 3.10. (:issue:`1482`)
|
||||
- Documentation on how to use :ref:`sql_parameters` with integer and floating point values. (:issue:`1496`)
|
||||
|
||||
.. _v0_59:
|
||||
|
||||
0.59 (2021-10-14)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue