Skip to content

Commit

Permalink
all: Version 3.6.0.
Browse files Browse the repository at this point in the history
Change-Id: I3ce2549ada6d4e9a4f8e0ad02e8d285a54b9c9ea
Signed-off-by: Paul Sokolovsky <[email protected]>
  • Loading branch information
pfalcon committed Jun 13, 2021
1 parent 71d93af commit 1fdc826
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.5.7'
version = release = '3.6.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 5
#define MICROPY_VERSION_MICRO 7
#define MICROPY_VERSION_MINOR 6
#define MICROPY_VERSION_MICRO 0

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

0 comments on commit 1fdc826

Please sign in to comment.