Skip to content

Commit 591fb1b

Browse files
committed
release v3.9.3
1 parent 016d9fb commit 591fb1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog for pymycobot
22

3+
## v3.9.3 (2025-4-1)
4+
5+
- release v3.9.3
6+
- Fix Pro630 class bugs
7+
38
## v3.9.2 (2025-3-28)
49

510
- release v3.9.2

pymycobot/__init__.py

+1-1
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.2"
92+
__version__ = "3.9.3"
9393
__author__ = "Elephantrobotics"
9494
__email__ = "[email protected]"
9595
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)