Skip to content
Snippets Groups Projects
Unverified Commit d56cd400 authored by Ned Deily's avatar Ned Deily
Browse files

3.6.11

parent 93514bd2
Branches
Tags v3.8.2rc1
No related merge requests found
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3 #define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6 #define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 11 #define PY_MICRO_VERSION 11
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 1 #define PY_RELEASE_SERIAL 0
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.6.11rc1+" #define PY_VERSION "3.6.11"
/*--end constants--*/ /*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Python</string> <string>Python</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>%version%, (c) 2001-2016 Python Software Foundation.</string> <string>%version%, (c) 2001-2020 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<array> <array>
<string>Documentation</string> <string>Documentation</string>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<true/> <true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(c) 2001-2016 Python Software Foundation.</string> <string>(c) 2001-2020 Python Software Foundation.</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
</dict> </dict>
......
.. bpo: 0
.. date: 2020-06-27
.. no changes: True
.. nonce: NCau2w
.. release date: 2020-06-27
.. section: Library
There were no new changes in version 3.6.11.
This is Python version 3.6.10 candidate 1+ This is Python version 3.6.11
========================================== =============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
:alt: CPython build status on Travis CI :alt: CPython build status on Travis CI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment