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 62aa3d1 commit b487666Copy full SHA for b487666
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.3.7 (2024-1-26)
4
+
5
+- release v3.3.7
6
+- fix bug
7
8
## v3.3.6 (2024-1-12)
9
10
- release v3.3.6
pymycobot/__init__.py
@@ -54,7 +54,7 @@
54
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
55
__all__.append("MyBuddyEmoticon")
56
57
-__version__ = "3.3.7b1"
+__version__ = "3.3.7"
58
__author__ = "Elephantrobotics"
59
__email__ = "weiquan.xu@elephantrobotics.com"
60
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments