diff options
author | animalize <animalize@users.noreply.github.com> | 2019-06-18 09:25:19 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-06-18 09:25:19 (GMT) |
commit | d8f336fdc10decdd82d3bc81a63aea8be149c0c8 (patch) | |
tree | d792645cb2f4d7c623d5739b091d348c1bcd9369 /Misc | |
parent | 988e6aa322fb61651812fa5a61ec73316c71b041 (diff) | |
download | cpython-d8f336fdc10decdd82d3bc81a63aea8be149c0c8.zip cpython-d8f336fdc10decdd82d3bc81a63aea8be149c0c8.tar.gz cpython-d8f336fdc10decdd82d3bc81a63aea8be149c0c8.tar.bz2 |
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst b/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst new file mode 100644 index 0000000..5e05ac5 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst @@ -0,0 +1 @@ +Update macOS installer to use SQLite 3.28.0. |