Skip to content

Commit e75eeb0

Browse files
committed
v3.8.0a1
1 parent aab0e57 commit e75eeb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 8
2121
#define PY_MICRO_VERSION 0
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
23-
#define PY_RELEASE_SERIAL 0
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.8.0a0"
26+
#define PY_VERSION "3.8.0a1"
2727
/*--end constants--*/
2828

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

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 3.8.0 alpha 0
1+
This is Python version 3.8.0 alpha 1
22
====================================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
@@ -71,8 +71,8 @@ elsewhere it's just ``python``.
7171

7272
If you are running on macOS with the latest updates installed, make sure to install
7373
openSSL or some other SSL software along with Homebrew or another package manager.
74-
If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
75-
information.
74+
If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
75+
information.
7676

7777
On macOS, if you have configured Python with ``--enable-framework``, you
7878
should use ``make frameworkinstall`` to do the installation. Note that this

0 commit comments

Comments
 (0)