Skip to content

Commit

Permalink
Python 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Feb 19, 2021
1 parent 1384887 commit 1a79785
Show file tree
Hide file tree
Showing 5 changed files with 13 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 9
#define PY_MICRO_VERSION 2
#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.9.2rc1+"
#define PY_VERSION "3.9.2"
/*--end constants--*/

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
2 changes: 1 addition & 1 deletion Lib/pydoc_data/topics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Tue Feb 16 21:03:59 2021
# Autogenerated by Sphinx on Fri Feb 19 13:29:38 2021
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
Expand Down
7 changes: 7 additions & 0 deletions Misc/NEWS.d/3.9.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. bpo: 43155
.. date: 2021-02-10-04-16-51
.. nonce: O1tURk
.. release date: 2021-02-19
.. section: Windows
:c:func:`PyCMethod_New` is now present in ``python3.lib``.

This file was deleted.

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.9.2rc1
===============================
This is Python version 3.9.2
============================

.. image:: https://travis-ci.org/python/cpython.svg?branch=3.9
:alt: CPython build status on Travis CI
Expand Down

0 comments on commit 1a79785

Please sign in to comment.