Skip to content

Commit

Permalink
release v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Oct 17, 2023
1 parent d0d08cd commit ce75531
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog for pymycobot

## v3.2.2 (2023-10-17)

- release v3.2.2
- Add threading lock

## v3.2.0 (2023-10-09)

- release v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion pymycobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
__all__.append("MyBuddyEmoticon")

__version__ = "3.2.1"
__version__ = "3.2.2"
__author__ = "Elephantrobotics"
__email__ = "[email protected]"
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
Expand Down

0 comments on commit ce75531

Please sign in to comment.