Skip to content

Commit f9a6b08

Browse files
committed
release v3.1.0
1 parent e751987 commit f9a6b08

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v3.1.0 (2023-06-09)
4+
5+
- release v3.1.0
6+
- Fix get_joint_min_angle() and get_joint_max_angle() interface bug.
7+
- Remove the connect function in mycobotsocket
8+
- update demo/Server.py file
9+
- Add new interface: get_error_information(),clear_error_information()
10+
311
## v3.0.9 (2023-04-27)
412

513
- release v3.0.9

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
4343
__all__.append("MyBuddyEmoticon")
4444

45-
__version__ = "3.1.0b1"
45+
__version__ = "3.1.0"
4646
__author__ = "Elephantrobotics"
4747
__email__ = "[email protected]"
4848
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)