Skip to content

Commit

Permalink
release v2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Nov 29, 2022
1 parent 3009e4d commit 5cd6389
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ChangeLog for pymycobot

## v2.9.9 (2022-11-29)

- release 2.9.9
- add 320 interface:
- set_gripper_mode(mode)
- get_gripper_mode()
- get_servo_last_pdi(id)

## v2.9.8 (2022-11-22)

- release v2.9.8
Expand Down
2 changes: 1 addition & 1 deletion pymycobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
__all__.append("MyBuddyEmoticon")

__version__ = "2.9.8"
__version__ = "2.9.9"
__author__ = "Elephantrobotics"
__email__ = "[email protected]"
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
Expand Down

0 comments on commit 5cd6389

Please sign in to comment.