File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
1+ Copyright (c) 2015-2020 pySerial-team (see CREDITS.rst)
22All Rights Reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 44
55License
66=======
7- Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
7+ Copyright (c) 2015-2020 pySerial-team (see CREDITS.rst)
88All Rights Reserved.
99
1010Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.4 '
51+ version = '0.5 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.4 '
53+ release = '0.5 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 2525except ImportError :
2626 termios = None
2727
28- __version__ = '0.4 '
28+ __version__ = '0.5 '
2929
3030
3131class SerialTransport (asyncio .Transport ):
You can’t perform that action at this time.
0 commit comments