Skip to content

Commit 4e78d3b

Browse files
committed
all: Version 3.5.2.
Change-Id: If29d2059e7d9773b075716eb854293ad9b4c5da6 Signed-off-by: Paul Sokolovsky <[email protected]>
1 parent 742ce67 commit 4e78d3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666

6767
# General information about the project.
6868
project = 'Pycopy'
69-
copyright = '2014-2020, Damien P. George, Paul Sokolovsky, and contributors'
69+
copyright = '2014-2021, Damien P. George, Paul Sokolovsky, and contributors'
7070

7171
# The version info for the project you're documenting, acts as replacement for
7272
# |version| and |release|, also used in various other places throughout the
7373
# built documents.
7474
#
7575
# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
7676
# breakdown, so use the same version identifier for both to avoid confusion.
77-
version = release = '3.5.1'
77+
version = release = '3.5.2'
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

py/mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Current version of Pycopy
3131
#define MICROPY_VERSION_MAJOR 3
3232
#define MICROPY_VERSION_MINOR 5
33-
#define MICROPY_VERSION_MICRO 1
33+
#define MICROPY_VERSION_MICRO 2
3434

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

0 commit comments

Comments
 (0)