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 cd4f155 commit b8f7001Copy full SHA for b8f7001
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.5.0 (2024-9-9)
4
+
5
+- release v3.5.0
6
+- Added 320 abnormal status acquisition interface
7
8
## v3.4.9 (2024-7-18)
9
10
- release v3.4.9
pymycobot/__init__.py
@@ -63,7 +63,7 @@
63
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
64
__all__.append("MyBuddyEmoticon")
65
66
-__version__ = "3.5.1b2"
+__version__ = "3.5.0"
67
__author__ = "Elephantrobotics"
68
__email__ = "weiquan.xu@elephantrobotics.com"
69
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments