Skip to content

Commit 9380f20

Browse files
committed
Bumps micropython version to 1.27.0 release
1 parent 33f69fc commit 9380f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def get_micropython():
486486
'git submodule update --init --depth=1 -- lib/micropython',
487487
]
488488
print()
489-
print('collecting MicroPython 1.27.0 (master)')
489+
print('collecting MicroPython 1.27.0')
490490
result, _ = spawn(cmd_, spinner=True)
491491
if result != 0:
492492
sys.exit(result)

lib/micropython

0 commit comments

Comments
 (0)