Skip to content

Commit c4b87cd

Browse files
committed
release v3.0.9
1 parent 613dfcf commit c4b87cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v3.0.9 (2023-04-27)
4+
5+
- release v3.0.9
6+
- Fix UltraArm interface set_gpio_state error issue
7+
38
## v3.0.8 (2023-04-14)
49

510
- release v3.0.8

pymycobot/__init__.py

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

46-
__version__ = "3.0.8"
46+
__version__ = "3.0.9"
4747
__author__ = "Elephantrobotics"
4848
__email__ = "[email protected]"
4949
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)