Skip to content

Commit f59c093

Browse files
committed
3.6.5final
1 parent db65936 commit f59c093

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

Include/patchlevel.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 6
2121
#define PY_MICRO_VERSION 5
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.5rc1"
26+
#define PY_VERSION "3.6.5"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Misc/NEWS.d/3.6.5.rst

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.. bpo: 32872
2+
.. date: 2018-03-28-01-35-02
3+
.. nonce: J5NDUj
4+
.. release date: 2018-03-28
5+
.. section: Tests
6+
7+
Avoid regrtest compatibility issue with namespace packages.
8+
9+
..
10+
11+
.. bpo: 33163
12+
.. date: 2018-03-28-04-15-03
13+
.. nonce: hfpWuU
14+
.. section: Build
15+
16+
Upgrade pip to 9.0.3 and setuptools to v39.0.1.

Misc/NEWS.d/next/Build/2018-03-28-04-15-03.bpo-33163.hfpWuU.rst

-1
This file was deleted.

Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst

-1
This file was deleted.

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.6.5 release candidate 1
2-
================================================
1+
This is Python version 3.6.5
2+
============================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
55
:alt: CPython build status on Travis CI

0 commit comments

Comments
 (0)