Skip to content

Commit ebf6671

Browse files
committed
Merge commit '7e8705fe2bdb083535e85c206b9fed9d2754e665'
2 parents 06ef936 + 7e8705f commit ebf6671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/mpconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
// as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags
3131
// are unavailable.
3232
#define MICROPY_VERSION_MAJOR 1
33-
#define MICROPY_VERSION_MINOR 26
33+
#define MICROPY_VERSION_MINOR 27
3434
#define MICROPY_VERSION_MICRO 0
35-
#define MICROPY_VERSION_PRERELEASE 0
35+
#define MICROPY_VERSION_PRERELEASE 1
3636

3737
// Combined version as a 32-bit number for convenience to allow version
3838
// comparison. Doesn't include prerelease state.

0 commit comments

Comments
 (0)