We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c621dc3 commit b551867Copy full SHA for b551867
docs/conf.py
@@ -74,7 +74,7 @@
74
#
75
# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
76
# breakdown, so use the same version identifier for both to avoid confusion.
77
-version = release = '3.5.3'
+version = release = '3.5.4'
78
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
# for a list of supported languages.
py/mpconfig.h
@@ -30,7 +30,7 @@
30
// Current version of Pycopy
31
#define MICROPY_VERSION_MAJOR 3
32
#define MICROPY_VERSION_MINOR 5
33
-#define MICROPY_VERSION_MICRO 3
+#define MICROPY_VERSION_MICRO 4
34
35
// Combined version as a 32-bit number for convenience
36
#define MICROPY_VERSION ( \
0 commit comments