Skip to content

Commit 2efa6d4

Browse files
committed
fix(Pro630): Fix Pro630 pico version bugs
1 parent 9f2f7d4 commit 2efa6d4

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.9.7 (2025-4-14)
4+
5+
- release v3.9.7
6+
- Fix Pro630 pico version bugs
7+
38
## v3.9.6 (2025-4-11)
49

510
- release v3.9.6

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
9090
__all__.append("MyBuddyEmoticon")
9191

92-
__version__ = "3.9.6"
92+
__version__ = "3.9.7"
9393
__author__ = "Elephantrobotics"
9494
__email__ = "weiquan.xu@elephantrobotics.com"
9595
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)