Skip to content

Commit

Permalink
release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Nov 15, 2021
1 parent 1ccd1f8 commit 50145f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog for pymycobot

## v2.7.0 (2021-11-15)

- release v2.7.0
- Added TCP/IP to control the robotic arm
- Fixed the problem that the get_basic_input() and get_digital_input() methods return incorrect data

## v2.6.1 (2021-10-19)

- release v2.6.1
Expand Down
2 changes: 1 addition & 1 deletion pymycobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"MyCobotSocket"
]

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

0 comments on commit 50145f5

Please sign in to comment.