We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016d9fb commit 591fb1bCopy full SHA for 591fb1b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.9.3 (2025-4-1)
4
+
5
+- release v3.9.3
6
+- Fix Pro630 class bugs
7
8
## v3.9.2 (2025-3-28)
9
10
- release v3.9.2
pymycobot/__init__.py
@@ -89,7 +89,7 @@
89
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
90
__all__.append("MyBuddyEmoticon")
91
92
-__version__ = "3.9.2"
+__version__ = "3.9.3"
93
__author__ = "Elephantrobotics"
94
__email__ = "[email protected]"
95
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments