diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-01-05 22:01:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 22:01:56 (GMT) |
commit | dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a (patch) | |
tree | 3ad11a636346e36d42432491aa4962dac97f2ff0 /Misc | |
parent | afb71443788a7b20f9104243b3d8d37e3d12cfe2 (diff) | |
download | cpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.zip cpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.tar.gz cpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.tar.bz2 |
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst b/Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst new file mode 100644 index 0000000..afb6530 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst @@ -0,0 +1 @@ +Upgrade Windows installer to use SQLite 3.34.0. |