Skip to content

Commit

Permalink
all: Version 3.4.0.
Browse files Browse the repository at this point in the history
Change-Id: Ic4f2cdb7f2b9909e719ccb992ebd5506c351de37
Signed-off-by: Paul Sokolovsky <[email protected]>
  • Loading branch information
pfalcon committed Nov 30, 2020
1 parent cf6462a commit e683f61
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.3.2'
version = release = '3.4.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 3
#define MICROPY_VERSION_MICRO 2
#define MICROPY_VERSION_MINOR 4
#define MICROPY_VERSION_MICRO 0

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

0 comments on commit e683f61

Please sign in to comment.