Skip to content

Commit

Permalink
chore: release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zsquareplusc committed Nov 24, 2020
1 parent d06854b commit 7623ac9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
Copyright (c) 2015-2020 pySerial-team (see CREDITS.rst)
All Rights Reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion documentation/appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

License
=======
Copyright (c) 2015-2017 pySerial-team (see CREDITS.rst)
Copyright (c) 2015-2020 pySerial-team (see CREDITS.rst)
All Rights Reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4'
release = '0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion serial_asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
except ImportError:
termios = None

__version__ = '0.4'
__version__ = '0.5'


class SerialTransport(asyncio.Transport):
Expand Down

0 comments on commit 7623ac9

Please sign in to comment.