Skip to content

Commit be77fb7

Browse files
committed
Post release bump
1 parent e5fdab2 commit be77fb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Include/patchlevel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 0
2424

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

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

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.6.8
2-
============================
1+
This is Python version 3.6.8+
2+
=============================
33

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

0 commit comments

Comments
 (0)