We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9241c commit fbdbef1Copy full SHA for fbdbef1
CHANGELOG.md
@@ -20,6 +20,10 @@
20
</div>
21
<hr>
22
23
+## v5.0.3 (2025-09-)
24
+
25
+- Fix bug with rich-click 1.9 compatibility *(Daniel Reeves - bd9241c)*
26
27
## v5.0.2 (2025-07-30)
28
29
### 🐛 Bug Fixes
esptool/__init__.py
@@ -31,7 +31,7 @@
31
"write_mem",
32
]
33
34
-__version__ = "5.0.2"
+__version__ = "5.0.3"
35
36
import os
37
import shlex
0 commit comments