Skip to content

Commit

Permalink
release v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Sep 24, 2024
1 parent f644ab0 commit 81c5d5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# ChangeLog for pymycobot

## v3.5.0 (2024-9-13)
## v3.5.3 (2024-9-24)

- release v3.6.0
- release v3.5.3
- Fix(mycobotpro630): Remove clear_encoder_error() calls

## v3.5.2 (2024-9-13)

- release v3.5.2
- add mycobot class init delay 1.5S

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

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

0 comments on commit 81c5d5f

Please sign in to comment.