8000 all: Bump version to 1.18. · jamesbowman/circuitpython@da4b38e · GitHub
[go: up one dir, main page]

Skip to content

Commit da4b38e

Browse files
committed
all: Bump version to 1.18.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 38054a5 commit da4b38e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
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.17'
77+
version = release = '1.18'
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
@@ -28,7 +28,7 @@
2828

2929
// Current version of MicroPython
3030
#define MICROPY_VERSION_MAJOR 1
31-
#define MICROPY_VERSION_MINOR 17
31+
#define MICROPY_VERSION_MINOR 18
3232
#define MICROPY_VERSION_MICRO 0
3333

3434
// Combined version as a 32-bit number for convenience

0 commit comments

Comments
 (0)
0