Skip to content

Commit 5cd6389

Browse files
committed
release v2.9.9
1 parent 3009e4d commit 5cd6389

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v2.9.9 (2022-11-29)
4+
5+
- release 2.9.9
6+
- add 320 interface:
7+
- set_gripper_mode(mode)
8+
- get_gripper_mode()
9+
- get_servo_last_pdi(id)
10+
311
## v2.9.8 (2022-11-22)
412

513
- release v2.9.8

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
4242
__all__.append("MyBuddyEmoticon")
4343

44-
__version__ = "2.9.8"
44+
__version__ = "2.9.9"
4545
__author__ = "Elephantrobotics"
4646
__email__ = "[email protected]"
4747
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)