Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 74
74
#
75
75
# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
76
76
# breakdown, so use the same version identifier for both to avoid confusion.
77
- version = release = '1.18 '
77
+ version = release = '1.19 '
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# for a list of supported languages.
Original file line number Diff line number Diff line change 28
28
29
29
// Current version of MicroPython
30
30
#define MICROPY_VERSION_MAJOR 1
31
- #define MICROPY_VERSION_MINOR 18
31
+ #define MICROPY_VERSION_MINOR 19
32
32
#define MICROPY_VERSION_MICRO 0
33
33
34
34
// Combined version as a 32-bit number for convenience
You can’t perform that action at this time.
0 commit comments