You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Prepare for 0.7.1 release
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
0.7.1
|
||||
=====
|
||||
- Fix issue with multiple DownloadManager.download_url's on ESP32 due to SSL session sharing/corruption
|
||||
- Update icons for AppStore, Settings, and Wifi apps
|
||||
|
||||
0.7.0
|
||||
=====
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@ class BuildInfo:
|
||||
class version:
|
||||
"""Version information."""
|
||||
|
||||
release = "0.7.0"
|
||||
release = "0.7.1"
|
||||
api_level = 0 # subject to change until API Level 1
|
||||
|
||||
Reference in New Issue
Block a user