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 9f2f7d4 commit 2efa6d4Copy full SHA for 2efa6d4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.9.7 (2025-4-14)
4
+
5
+- release v3.9.7
6
+- Fix Pro630 pico version bugs
7
8
## v3.9.6 (2025-4-11)
9
10
- release v3.9.6
pymycobot/__init__.py
@@ -89,7 +89,7 @@
89
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
90
__all__.append("MyBuddyEmoticon")
91
92
-__version__ = "3.9.6"
+__version__ = "3.9.7"
93
__author__ = "Elephantrobotics"
94
__email__ = "weiquan.xu@elephantrobotics.com"
95
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments