Skip to content

Commit d4850dd

Browse files
committed
Merge tag 'v3.6.5' into 3.6
Python 3.6.5
2 parents 18fdc87 + f59c093 commit d4850dd

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

Include/patchlevel.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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 */
2626
#define PY_VERSION "3.6.5+"

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.

0 commit comments

Comments
 (0)