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 d0d08cd commit ce75531Copy full SHA for ce75531
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.2.2 (2023-10-17)
4
+
5
+- release v3.2.2
6
+- Add threading lock
7
8
## v3.2.0 (2023-10-09)
9
10
- release v3.2.0
pymycobot/__init__.py
@@ -52,7 +52,7 @@
52
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
53
__all__.append("MyBuddyEmoticon")
54
55
-__version__ = "3.2.1"
+__version__ = "3.2.2"
56
__author__ = "Elephantrobotics"
57
__email__ = "[email protected]"
58
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments