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 4b171b7 commit cf08f3eCopy full SHA for cf08f3e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.1.1 (2023-06-14)
4
+
5
+- release v3.1.1
6
+- Add new interface: set_gservo_round()
7
8
## v3.1.0 (2023-06-09)
9
10
- release v3.1.0
pymycobot/__init__.py
@@ -42,7 +42,7 @@
42
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
43
__all__.append("MyBuddyEmoticon")
44
45
-__version__ = "3.1.0"
+__version__ = "3.1.1"
46
__author__ = "Elephantrobotics"
47
__email__ = "[email protected]"
48
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments