Skip to content

Commit

Permalink
chore: beta release 3.5b0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsquareplusc committed Sep 21, 2020
1 parent 6ae64c1 commit d867871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGES.rst
Expand Up @@ -736,11 +736,12 @@ Bugfixes (posix):
- [#228] fix: port_publisher typo


Version 3.5 2020-xx-xx
Version 3.5b0 2020-09-21
------------------------
New Features:

- [#411] Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge. (depends on `hid` module)
- [#411] Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.
(depends on `hid` module)

Improvements:

Expand Down Expand Up @@ -775,7 +776,8 @@ Bugfixes:
- [#324] miniterm: Fix miniterm constructor exit_character and menu_character
- [#326] miniterm: use exclusive access for native serial ports by default
- [#497] miniterm: fix double use of CTRL-T + s use z for suspend instead
- [#443, #444] examples: refactor wx example, use Bind to avoid deprecated warnings, IsChecked, unichr
- [#443, #444] examples: refactor wx example, use Bind to avoid deprecated
warnings, IsChecked, unichr

Bugfixes (posix):

Expand Down
2 changes: 1 addition & 1 deletion serial/__init__.py
Expand Up @@ -15,7 +15,7 @@
from serial.serialutil import *
#~ SerialBase, SerialException, to_bytes, iterbytes

__version__ = '3.4.1'
__version__ = '3.5b0'

VERSION = __version__

Expand Down

0 comments on commit d867871

Please sign in to comment.