summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-03-28 18:22:48 (GMT)
committerNed Deily <nad@python.org>2018-03-28 18:22:48 (GMT)
commitd4850dd549d2e46e6a2394de23015cea9376a219 (patch)
treeea813fbe27f475cc79dba4defafd12b2a5742cec /Include
parent18fdc87207ea65b3906f07cb47c51a609e442f93 (diff)
parentf59c0932b4e160f279fb98de4cdad2f58269e0a5 (diff)
downloadcpython-d4850dd549d2e46e6a2394de23015cea9376a219.zip
cpython-d4850dd549d2e46e6a2394de23015cea9376a219.tar.gz
cpython-d4850dd549d2e46e6a2394de23015cea9376a219.tar.bz2
Merge tag 'v3.6.5' into 3.6
Python 3.6.5
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 989346b..1c5881e 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,8 +19,8 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 5
-#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.6.5+"