Skip to content

Commit

Permalink
serial: bump version to 3.4.0.1
Browse files Browse the repository at this point in the history
This is used to distinguish this version from the upstream 3.4 release.
Labgrid uses this to print a warning if your are using pyserial without the
RFC2217 fixes.

Signed-off-by: Rouven Czerwinski <[email protected]>
  • Loading branch information
Emantor committed Sep 10, 2018
1 parent 08fc229 commit b3c150e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from serial.serialutil import *
#~ SerialBase, SerialException, to_bytes, iterbytes

__version__ = '3.4'
__version__ = '3.4.0.1'

VERSION = __version__

Expand Down

0 comments on commit b3c150e

Please sign in to comment.