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 08ed7e2 commit 1ca8923Copy full SHA for 1ca8923
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.0.5 (2023-01-17)
4
+
5
+- release v3.0.5
6
+- Fixed the issue of coords and angles issued by the ultraArm.
7
8
## v3.0.4 (2023-01-11)
9
10
- release v3.0.4
pymycobot/__init__.py
@@ -43,7 +43,7 @@
43
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
44
__all__.append("MyBuddyEmoticon")
45
46
-__version__ = "3.0.4"
+__version__ = "3.0.5"
47
__author__ = "Elephantrobotics"
48
__email__ = "[email protected]"
49
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments