diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-15 16:55:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 16:55:10 (GMT) |
commit | a8c728b8b742fd8ca5a225f79d99014794b8fdf3 (patch) | |
tree | 8bb76dcdb100ac2fd6fa45716cbcce10fad3ae43 /Misc | |
parent | b43b9b49be7d42d2826106c719d1e51f0776be0a (diff) | |
download | cpython-a8c728b8b742fd8ca5a225f79d99014794b8fdf3.zip cpython-a8c728b8b742fd8ca5a225f79d99014794b8fdf3.tar.gz cpython-a8c728b8b742fd8ca5a225f79d99014794b8fdf3.tar.bz2 |
bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-03-13-11-18-41.bpo-46907.YLzxBM.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-03-13-11-18-41.bpo-46907.YLzxBM.rst b/Misc/NEWS.d/next/Windows/2022-03-13-11-18-41.bpo-46907.YLzxBM.rst new file mode 100644 index 0000000..7f3b875 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-03-13-11-18-41.bpo-46907.YLzxBM.rst @@ -0,0 +1 @@ +Update Windows installer to use SQLite 3.38.1. |