Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
v2.12/13 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterYsLab@gmail.com committed Apr 21, 2016
1 parent da4fd05 commit bf1845e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## Release 2.13

21 April 2016

* Added additional Arduino board type detection
* Updated setup.py to bring in specific versions of pyserial and autobahn.
* Version 2.12 not accepted on PyPi

## Release 2.12

21 April 2016
Expand Down
2 changes: 1 addition & 1 deletion pymata_aio/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PrivateConstants:
SYSEX_REALTIME = 0x7F # MIDI Reserved for realtime messages

# reserved for PyMata
PYMATA_VERSION = "2.12"
PYMATA_VERSION = "2.13"

# each byte represents a digital port
# and its value contains the current port settings
Expand Down
1 change: 0 additions & 1 deletion pymata_aio/pymata_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,6 @@ def _discover_port(self):
'com14', 'com15', 'com16', 'com17', 'com18',
'com19', 'com20', 'com21', 'com1', 'end'
]
locations = glob.glob('/dev/tty.[wchusb*]*') + locations

detected = None
for device in locations:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pymata-aio',
version='2.12',
version='2.13',
packages=['pymata_aio'],
install_requires=['pyserial==2.7', 'autobahn[asyncio]==0.10.4'],
url='https://github.com/MrYsLab/pymata-aio/wiki',
Expand Down

0 comments on commit bf1845e

Please sign in to comment.