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 9f2d504 commit 7510e90Copy full SHA for 7510e90
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# ChangeLog for pymycobot
2
3
+## v3.9.9 (2025-06-19)
4
+
5
+- release v3.9.9
6
+- Optimizing AGV protocols.
7
+- Added stop motion interface for 280 grippers.
8
+- Update M750 limit information.
9
10
## v3.9.8 (2025-06-05)
11
12
- release v3.9.8
pymycobot/__init__.py
@@ -99,7 +99,7 @@
99
"MyBuddyEmoticon"
100
]
101
102
-__version__ = "3.9.9b0"
+__version__ = "3.9.9"
103
__author__ = "Elephantrobotics"
104
__email__ = "[email protected]"
105
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments