Skip to content

Commit 43364a7

Browse files
committed
3.7.6
1 parent 13ee023 commit 43364a7

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-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 7
2121
#define PY_MICRO_VERSION 6
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.7.6rc1+"
26+
#define PY_VERSION "3.7.6"
2727
/*--end constants--*/
2828

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

Lib/pydoc_data/topics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Wed Dec 11 00:13:54 2019
2+
# Autogenerated by Sphinx on Wed Dec 18 13:43:31 2019
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'

Misc/NEWS.d/3.7.6.rst

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. bpo: 38295
2+
.. date: 2019-12-17-03-43-04
3+
.. nonce: hgDvlB
4+
.. release date: 2019-12-18
5+
.. section: macOS
6+
7+
Prevent failure of test_relative_path in test_py_compile on macOS Catalina.

Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.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.7.6 candidate 1+
2-
=========================================
1+
This is Python version 3.7.6
2+
============================
33

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

0 commit comments

Comments
 (0)