Release 0.59.1

Refs #1482, #1496
This commit is contained in:
Simon Willison 2021-10-24 15:29:56 -07:00
commit e6e44372b3
2 changed files with 9 additions and 1 deletions

View file

@ -1,2 +1,2 @@
__version__ = "0.59"
__version__ = "0.59.1"
__version_info__ = tuple(__version__.split("."))

View file

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