]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.6.11 v3.6.11
authorNed Deily <nad@python.org>
Sat, 27 Jun 2020 09:14:00 +0000 (05:14 -0400)
committerNed Deily <nad@python.org>
Sat, 27 Jun 2020 09:14:00 +0000 (05:14 -0400)
Include/patchlevel.h
Mac/Resources/app/Info.plist.in
Misc/NEWS.d/3.6.11.rst [new file with mode: 0644]
README.rst

index 9710c54b65cf67e4d0393c0ce00d5fc252a4fe52..9f686b346fba9f6eb376e0a3524e122530d774ce 100644 (file)
 #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.
index 66b5e764c54b0b21e3c7ffe3953cb35dca83c42e..1d624984a852038c4b40051ef4a7de83d608fe00 100644 (file)
@@ -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>
@@ -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>
diff --git a/Misc/NEWS.d/3.6.11.rst b/Misc/NEWS.d/3.6.11.rst
new file mode 100644 (file)
index 0000000..f5c5cff
--- /dev/null
@@ -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.
index 44e537c31ab76b373ccc7bccc6a16eee0d96214f..d6c795f31ff5c55f5f87c0e68091617305618e3a 100644 (file)
@@ -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