From 78ff170de9e32c79db6e64d3e33d2bd60002bdcd Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 10 Dec 2025 01:44:16 +1100 Subject: [PATCH] all: Bump version to 1.27.0. Signed-off-by: Damien George --- py/mpconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/mpconfig.h b/py/mpconfig.h index 97c40389b3..798d4089aa 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -41,7 +41,7 @@ #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 27 #define MICROPY_VERSION_MICRO 0 -#define MICROPY_VERSION_PRERELEASE 1 +#define MICROPY_VERSION_PRERELEASE 0 // Combined version as a 32-bit number for convenience to allow version // comparison. Doesn't include prerelease state.