Skip to content

Commit 50145f5

Browse files
committed
release v2.7.0
1 parent 1ccd1f8 commit 50145f5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v2.7.0 (2021-11-15)
4+
5+
- release v2.7.0
6+
- Added TCP/IP to control the robotic arm
7+
- Fixed the problem that the get_basic_input() and get_digital_input() methods return incorrect data
8+
39
## v2.6.1 (2021-10-19)
410

511
- release v2.6.1

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"MyCobotSocket"
2121
]
2222

23-
__version__ = "2.6.2"
23+
__version__ = "2.7.0"
2424
__author__ = "Elephantrobotics"
2525
__email__ = "weiquan.xu@elephantrobotics.com"
2626
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)