File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474#
7575# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
7676# breakdown, so use the same version identifier for both to avoid confusion.
77- version = release = '3.4.3 '
77+ version = release = '3.5.0 '
7878
7979# The language for content autogenerated by Sphinx. Refer to documentation
8080# for a list of supported languages.
Original file line number Diff line number Diff line change 2929
3030// Current version of Pycopy
3131#define MICROPY_VERSION_MAJOR 3
32- #define MICROPY_VERSION_MINOR 4
33- #define MICROPY_VERSION_MICRO 3
32+ #define MICROPY_VERSION_MINOR 5
33+ #define MICROPY_VERSION_MICRO 0
3434
3535// Combined version as a 32-bit number for convenience
3636#define MICROPY_VERSION ( \
You can’t perform that action at this time.
0 commit comments