From: Larry Hastings Date: Mon, 5 Feb 2018 00:38:21 +0000 (-0800) Subject: Post-release bump for Python 3.5.5. X-Git-Tag: v3.5.6rc1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fb30f43147a6c5afeb92c04f359e66393006b2c;p=python Post-release bump for Python 3.5.5. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 6d260ec415..829ef6f666 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.5.5" +#define PY_VERSION "3.5.5+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.