Skip to content

Commit

Permalink
all: Version 3.5.6.
Browse files Browse the repository at this point in the history
Change-Id: I321a7b00d41109f8a24b5a68bef214d6afec2b29
Signed-off-by: Paul Sokolovsky <pfalcon@users.sourceforge.net>
  • Loading branch information
pfalcon committed Apr 20, 2021
1 parent 2a27482 commit 46b5df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#
# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
# breakdown, so use the same version identifier for both to avoid confusion.
version = release = '3.5.5'
version = release = '3.5.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py/mpconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// Current version of Pycopy
#define MICROPY_VERSION_MAJOR 3
#define MICROPY_VERSION_MINOR 5
#define MICROPY_VERSION_MICRO 5
#define MICROPY_VERSION_MICRO 6

// Combined version as a 32-bit number for convenience
#define MICROPY_VERSION ( \
Expand Down

0 comments on commit 46b5df3

Please sign in to comment.