Skip to content

Commit

Permalink
release v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Mar 26, 2024
1 parent e2532de commit 59b25cf
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.4.4 (2024-3-26)

- release v3.4.4
- Mercury API Pause and Stop Interface Add Slow Stop Parameters

## v3.4.3 (2024-3-18)

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

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

0 comments on commit 59b25cf

Please sign in to comment.