diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-08 18:57:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 18:57:33 (GMT) |
commit | 30a788990af55b950db424b9cc5408b51e0b24ed (patch) | |
tree | 02c8a37c26cc28045a3702650ab1c20a7ee49ff7 /Misc | |
parent | 6ceb5232aeb1943dacbbdb87e7dddfaa716678bc (diff) | |
download | cpython-30a788990af55b950db424b9cc5408b51e0b24ed.zip cpython-30a788990af55b950db424b9cc5408b51e0b24ed.tar.gz cpython-30a788990af55b950db424b9cc5408b51e0b24ed.tar.bz2 |
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
(cherry picked from commit bfe6e03cd6931813dd61b50f5fdf7d8a8848f4cd)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-08-26-09-35-06.bpo-41557.vt00cQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-08-26-09-35-06.bpo-41557.vt00cQ.rst b/Misc/NEWS.d/next/Windows/2020-08-26-09-35-06.bpo-41557.vt00cQ.rst new file mode 100644 index 0000000..9d85461 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-08-26-09-35-06.bpo-41557.vt00cQ.rst @@ -0,0 +1 @@ +Update Windows installer to use SQLite 3.33.0. |