summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-02-16 01:30:33 (GMT)
committerNed Deily <nad@python.org>2021-02-16 01:30:33 (GMT)
commitaa73e1722eb9835dc99fd8983885a141112ee4ab (patch)
tree3688f4062c7376ee755afd5b266850c4b0d6e155 /Include/patchlevel.h
parent5c17dfc5d70ce88be99bc5769b91ce79d7a90d61 (diff)
downloadcpython-aa73e1722eb9835dc99fd8983885a141112ee4ab.zip
cpython-aa73e1722eb9835dc99fd8983885a141112ee4ab.tar.gz
cpython-aa73e1722eb9835dc99fd8983885a141112ee4ab.tar.bz2
3.6.13v3.6.13
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 88d308c..4b45ac0 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
-#define PY_MICRO_VERSION 12
+#define PY_MICRO_VERSION 13
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.6.12+"
+#define PY_VERSION "3.6.13"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.