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 7b23d9b commit b75e19eCopy full SHA for b75e19e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.0.6 (2023-01-29)
4
+
5
+- release v3.0.6
6
+- Modify the value range of ultraArm speed (100 mm/s -> 200 mm/s).
7
8
## v3.0.5 (2023-01-17)
9
10
- release v3.0.5
pymycobot/__init__.py
@@ -43,7 +43,7 @@
43
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
44
__all__.append("MyBuddyEmoticon")
45
46
-__version__ = "3.0.5"
+__version__ = "3.0.6"
47
__author__ = "Elephantrobotics"
48
__email__ = "[email protected]"
49
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments