From 1fdc8267bba13afe8790f3bb7a14c4841d34ad22 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 13 Jun 2021 17:06:18 +0300 Subject: [PATCH] all: Version 3.6.0. Change-Id: I3ce2549ada6d4e9a4f8e0ad02e8d285a54b9c9ea Signed-off-by: Paul Sokolovsky --- docs/conf.py | 2 +- py/mpconfig.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a7c6e9eed8..462f5fcb79 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ # # We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags" # breakdown, so use the same version identifier for both to avoid confusion. -version = release = '3.5.7' +version = release = '3.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/py/mpconfig.h b/py/mpconfig.h index e06e4b03b6..5aae53518c 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -29,8 +29,8 @@ // Current version of Pycopy #define MICROPY_VERSION_MAJOR 3 -#define MICROPY_VERSION_MINOR 5 -#define MICROPY_VERSION_MICRO 7 +#define MICROPY_VERSION_MINOR 6 +#define MICROPY_VERSION_MICRO 0 // Combined version as a 32-bit number for convenience #define MICROPY_VERSION ( \