Skip to content

Commit ce75531

Browse files
committed
release v3.2.2
1 parent d0d08cd commit ce75531

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog for pymycobot
22

3+
## v3.2.2 (2023-10-17)
4+
5+
- release v3.2.2
6+
- Add threading lock
7+
38
## v3.2.0 (2023-10-09)
49

510
- release v3.2.0

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
5353
__all__.append("MyBuddyEmoticon")
5454

55-
__version__ = "3.2.1"
55+
__version__ = "3.2.2"
5656
__author__ = "Elephantrobotics"
5757
__email__ = "[email protected]"
5858
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)