We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb546c0 commit 6d186d6Copy full SHA for 6d186d6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.6.3 (2024-10-17)
4
+
5
+- release v3.6.3
6
+- Fix bug and add new function
7
8
## v3.6.2 (2024-10-11)
9
10
- release v3.6.2
pymycobot/__init__.py
@@ -85,7 +85,7 @@
85
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
86
__all__.append("MyBuddyEmoticon")
87
88
-__version__ = "3.6.2"
+__version__ = "3.6.3"
89
__author__ = "Elephantrobotics"
90
__email__ = "weiquan.xu@elephantrobotics.com"
91
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments