Skip to content

Commit 7623ac9

Browse files
committed
chore: release 0.5
1 parent d06854b commit 7623ac9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
1+
Copyright (c) 2015-2020 pySerial-team (see CREDITS.rst)
22
All Rights Reserved.
33

44
Redistribution and use in source and binary forms, with or without

documentation/appendix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
License
66
=======
7-
Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
7+
Copyright (c) 2015-2020 pySerial-team (see CREDITS.rst)
88
All Rights Reserved.
99

1010
Redistribution and use in source and binary forms, with or without

documentation/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
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.

serial_asyncio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
except ImportError:
2626
termios = None
2727

28-
__version__ = '0.4'
28+
__version__ = '0.5'
2929

3030

3131
class SerialTransport(asyncio.Transport):

0 commit comments

Comments
 (0)