diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-11-07 03:31:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 03:31:53 (GMT) |
commit | 31af650ee25f65794b75d4dfefed6fe4758781c1 (patch) | |
tree | a75a929dd7f311e37865991b3daaf9c79d6edc7e /Misc | |
parent | 962e2a7317101af4bd2fa34ed101a53d7a4cbfa3 (diff) | |
download | cpython-31af650ee25f65794b75d4dfefed6fe4758781c1.zip cpython-31af650ee25f65794b75d4dfefed6fe4758781c1.tar.gz cpython-31af650ee25f65794b75d4dfefed6fe4758781c1.tar.bz2 |
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2017-11-02-20-30-57.bpo-28791.VaE3o8.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-11-02-20-30-57.bpo-28791.VaE3o8.rst b/Misc/NEWS.d/next/Build/2017-11-02-20-30-57.bpo-28791.VaE3o8.rst new file mode 100644 index 0000000..b25b0e0 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2017-11-02-20-30-57.bpo-28791.VaE3o8.rst @@ -0,0 +1 @@ +Update Windows builds to use SQLite 3.21.0. |