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)
2
2
All Rights Reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 4
4
5
5
License
6
6
=======
7
- Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
7
+ Copyright (c) 2015-2020 pySerial-team (see CREDITS.rst)
8
8
All Rights Reserved.
9
9
10
10
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.4 '
51
+ version = '0.5 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.4 '
53
+ release = '0.5 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 25
25
except ImportError :
26
26
termios = None
27
27
28
- __version__ = '0.4 '
28
+ __version__ = '0.5 '
29
29
30
30
31
31
class SerialTransport (asyncio .Transport ):
You can’t perform that action at this time.
0 commit comments