Skip to content

Commit cf08f3e

Browse files
committed
release v3.1.1
1 parent 4b171b7 commit cf08f3e

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.1.1 (2023-06-14)
4+
5+
- release v3.1.1
6+
- Add new interface: set_gservo_round()
7+
38
## v3.1.0 (2023-06-09)
49

510
- release v3.1.0

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.0"
45+
__version__ = "3.1.1"
4646
__author__ = "Elephantrobotics"
4747
__email__ = "[email protected]"
4848
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)