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 fb7bbb3 commit 887c1f9Copy full SHA for 887c1f9
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.6.5 (2024-10-25)
4
+
5
+- release v3.6.5
6
+- Added 280 set_encoders_drag interface
7
8
## v3.6.4 (2024-10-22)
9
10
- release v3.6.4
pymycobot/__init__.py
@@ -85,7 +85,7 @@
85
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
86
__all__.append("MyBuddyEmoticon")
87
88
-__version__ = "3.6.4"
+__version__ = "3.6.5"
89
__author__ = "Elephantrobotics"
90
__email__ = "weiquan.xu@elephantrobotics.com"
91
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments