We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ea21a commit cb81ec4Copy full SHA for cb81ec4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.9.1 (2025-3-4)
4
+
5
+- release v3.9.1
6
+- Fix bugs
7
8
## v3.9.0 (2025-2-27)
9
10
- release v3.9.0
pymycobot/__init__.py
@@ -87,7 +87,7 @@
87
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
88
__all__.append("MyBuddyEmoticon")
89
90
-__version__ = "3.9.0"
+__version__ = "3.9.1"
91
__author__ = "Elephantrobotics"
92
__email__ = "[email protected]"
93
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments