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 3a2871d commit 0cd1473Copy full SHA for 0cd1473
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v2.7.2 (2021-12-15)
4
+
5
+- release v2.7.2
6
+- Added network communication and distance detection functions for m5 and seed versions
7
8
## v2.7.1 (2021-11-23)
9
10
- release v2.7.1
pymycobot/__init__.py
@@ -20,7 +20,7 @@
20
"MyCobotSocket"
21
]
22
23
-__version__ = "2.7.1"
+__version__ = "2.7.2"
24
__author__ = "Elephantrobotics"
25
__email__ = "[email protected]"
26
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments