This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1919#define PY_MAJOR_VERSION 3
2020#define PY_MINOR_VERSION 6
2121#define PY_MICRO_VERSION 11
22- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23- #define PY_RELEASE_SERIAL 1
22+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23+ #define PY_RELEASE_SERIAL 0
2424
2525/* Version as a string */
26- #define PY_VERSION "3.6.11rc1 "
26+ #define PY_VERSION "3.6.11 "
2727/*--end constants--*/
2828
2929/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change 2020 <key >CFBundleExecutable</key >
2121 <string >Python</string >
2222 <key >CFBundleGetInfoString</key >
23- <string >%version%, (c) 2001-2016 Python Software Foundation.</string >
23+ <string >%version%, (c) 2001-2020 Python Software Foundation.</string >
2424 <key >CFBundleHelpBookFolder</key >
2525 <array >
2626 <string >Documentation</string >
5555 <key >NSAppleScriptEnabled</key >
5656 <true />
5757 <key >NSHumanReadableCopyright</key >
58- <string >(c) 2001-2016 Python Software Foundation.</string >
58+ <string >(c) 2001-2020 Python Software Foundation.</string >
5959 <key >NSHighResolutionCapable</key >
6060 <true />
6161</dict >
Original file line number Diff line number Diff line change 1+ .. bpo: 0
2+ .. date: 2020-06-27
3+ .. no changes: True
4+ .. nonce: NCau2w
5+ .. release date: 2020-06-27
6+ .. section: Library
7+
8+ There were no new changes in version 3.6.11.
Original file line number Diff line number Diff line change 1- This is Python version 3.6.10 candidate 1
2- =========================================
1+ This is Python version 3.6.11
2+ =============================
33
44.. image :: https://travis-ci.org/python/cpython.svg?branch=3.6
55 :alt: CPython build status on Travis CI
You can’t perform that action at this time.
0 commit comments