From 5d99cfcf6c9d05f34570da6c8e4c7fe95b6035ed Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 28 May 2020 00:34:00 +0300 Subject: [PATCH] all: Version 3.1.4. Change-Id: Iaa16f97ee6d67e00ca90ed46c0417b76d65c38a8 Signed-off-by: Paul Sokolovsky --- docs/conf.py | 2 +- py/mpconfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2a84a2591a..c75ff89f24 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.1.3' +version = release = '3.1.4' # 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 5e7258f7f7..70ba70c90e 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -30,7 +30,7 @@ // Current version of Pycopy #define MICROPY_VERSION_MAJOR 3 #define MICROPY_VERSION_MINOR 1 -#define MICROPY_VERSION_MICRO 3 +#define MICROPY_VERSION_MICRO 4 // Combined version as a 32-bit number for convenience #define MICROPY_VERSION ( \