Skip to content

Commit

Permalink
3.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Jun 27, 2020
1 parent 93514bd commit d56cd40
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 11
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0

/* Version as a string */
#define PY_VERSION "3.6.11rc1+"
#define PY_VERSION "3.6.11"
/*--end constants--*/

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
4 changes: 2 additions & 2 deletions Mac/Resources/app/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<key>CFBundleExecutable</key>
<string>Python</string>
<key>CFBundleGetInfoString</key>
<string>%version%, (c) 2001-2016 Python Software Foundation.</string>
<string>%version%, (c) 2001-2020 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key>
<array>
<string>Documentation</string>
Expand Down Expand Up @@ -55,7 +55,7 @@
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>(c) 2001-2016 Python Software Foundation.</string>
<string>(c) 2001-2020 Python Software Foundation.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
Expand Down
8 changes: 8 additions & 0 deletions Misc/NEWS.d/3.6.11.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. 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.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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
:alt: CPython build status on Travis CI
Expand Down

0 comments on commit d56cd40

Please sign in to comment.