Skip to content

Commit

Permalink
3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Mar 25, 2019
1 parent 3ee1266 commit ef4ec6e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Include/patchlevel.h
Expand Up @@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 3
#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.7.3rc1"
#define PY_VERSION "3.7.3"
/*--end constants--*/

/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Expand Down
8 changes: 8 additions & 0 deletions Misc/NEWS.d/3.7.3.rst
@@ -0,0 +1,8 @@
.. bpo: 0
.. date: 2019-03-25
.. no changes: True
.. nonce: Xtsa8s
.. release date: 2019-03-25
.. section: Library
There were no new changes in version 3.7.3.
4 changes: 2 additions & 2 deletions README.rst
@@ -1,5 +1,5 @@
This is Python version 3.7.3 candidate 1
========================================
This is Python version 3.7.3
============================

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

0 comments on commit ef4ec6e

Please sign in to comment.