Skip to content

Commit 7510e90

Browse files
committed
release v3.9.9
1 parent 9f2d504 commit 7510e90

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog for pymycobot
22

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+
310
## v3.9.8 (2025-06-05)
411

512
- release v3.9.8

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"MyBuddyEmoticon"
100100
]
101101

102-
__version__ = "3.9.9b0"
102+
__version__ = "3.9.9"
103103
__author__ = "Elephantrobotics"
104104
__email__ = "[email protected]"
105105
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)