10000 all: Bump version to 1.10. · codemee/micropython@3e25d61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e25d61

Browse files
committed
all: Bump version to 1.10.
1 parent aba83e6 commit 3e25d61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = 'MicroPython'
69-
copyright = '2014-2018, Damien P. George, Paul Sokolovsky, and contributors'
69+
copyright = '2014-2019, 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 = '1.9.4'
77+
version = release = '1.10'
7878

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

py/mpconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
// Current version of MicroPython
3030
#define MICROPY_VERSION_MAJOR 1
31-
#define MICROPY_VERSION_MINOR 9
32-
#define MICROPY_VERSION_MICRO 4
31+
#define MICROPY_VERSION_MINOR 10
32+
#define MICROPY_VERSION_MICRO 0
3333

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

0 commit comments

Comments
 (0)
0