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 6390a5a commit 4ec4a9dCopy full SHA for 4ec4a9d
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# ChangeLog for pymycobot
2
3
-## v3.6.9 (2024-12-06)
+## v3.6.9 (2024-12-26)
4
5
- release v3.6.9
6
- The set_basic_output interface adds IO 5 to open the suction pump solenoid valve and automatically close it after 0.5S
7
+- Fix bugs
8
9
## v3.6.7 (2024-11-15)
10
pymycobot/__init__.py
@@ -84,7 +84,7 @@
84
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
85
__all__.append("MyBuddyEmoticon")
86
87
-__version__ = "3.6.9b0"
+__version__ = "3.6.9"
88
__author__ = "Elephantrobotics"
89
__email__ = "[email protected]"
90
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments