Skip to content

Commit 753ddc9

Browse files
committed
Release 0.65
Refs #2434
1 parent dbed808 commit 753ddc9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

datasette/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.64.8"
1+
__version__ = "0.65"
22
__version_info__ = tuple(__version__.split("."))

docs/changelog.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,25 @@
44
Changelog
55
=========
66

7+
.. _v0_65:
8+
9+
0.65 (2024-10-07)
10+
-----------------
11+
12+
- Upgrade for compatibility with Python 3.13 (by vendoring Pint dependency). (:issue:`2434`)
13+
- Dropped support for Python 3.8.
14+
715
.. _v0_64_8:
816

9-
0.64.8 (2023-06-21)
17+
0.64.8 (2024-06-21)
1018
-------------------
1119

1220
- Security improvement: 404 pages used to reflect content from the URL path, which could be used to display misleading information to Datasette users. 404 errors no longer display additional information from the URL. (:issue:`2359`)
1321
- Backported a better fix for correctly extracting named parameters from canned query SQL against SQLite 3.46.0. (:issue:`2353`)
1422

1523
.. _v0_64_7:
1624

17-
0.64.7 (2023-06-12)
25+
0.64.7 (2024-06-12)
1826
-------------------
1927

2028
- Fixed a bug where canned queries with named parameters threw an error when run against SQLite 3.46.0. (:issue:`2353`)

0 commit comments

Comments
 (0)