Skip to content

Commit

Permalink
all: Version 3.5.0.
Browse files Browse the repository at this point in the history
Change-Id: I44fecca5eda53b56bedcd0823b76b65a62e91a76
Signed-off-by: Paul Sokolovsky <[email protected]>
  • Loading branch information
pfalcon committed Jan 1, 2021
1 parent 21d6a55 commit 3f95456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.3'
version = release = '3.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions py/mpconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

// Current version of Pycopy
#define MICROPY_VERSION_MAJOR 3
#define MICROPY_VERSION_MINOR 4
#define MICROPY_VERSION_MICRO 3
#define MICROPY_VERSION_MINOR 5
#define MICROPY_VERSION_MICRO 0

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

0 comments on commit 3f95456

Please sign in to comment.