File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44
55License
66=======
7- Copyright (c) 2015-2016 pySerial-team (see CREDITS.rst)
7+ Copyright (c) 2015-2017 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 3838
3939# General information about the project.
4040project = u'pySerial-asyncio'
41- copyright = u'2015-2016 , pySerial-team'
41+ copyright = u'2015-2017 , pySerial-team'
4242
4343# The version info for the project you're documenting, acts as replacement for
4444# |version| and |release|, also used in various other places throughout the
4545# built documents.
4646#
4747# The short X.Y version.
48- version = '0.3 '
48+ version = '0.4 '
4949# The full version, including alpha/beta/rc tags.
50- release = '0.3 '
50+ release = '0.4 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
Original file line number Diff line number Diff line change 33# For Python 3.x use the corresponding Python executable,
44# e.g. "python3 setup.py ..."
55#
6- # (C) 2015-2016 Chris Liechti <cliechti@gmx.net>
6+ # (C) 2015-2017 Chris Liechti <cliechti@gmx.net>
77#
88# SPDX-License-Identifier: BSD-3-Clause
99import io
@@ -78,6 +78,8 @@ def find_version(*file_paths):
7878 'Programming Language :: Python :: 3' ,
7979 'Programming Language :: Python :: 3.4' ,
8080 'Programming Language :: Python :: 3.5' ,
81+ 'Programming Language :: Python :: 3.6' ,
82+ 'Programming Language :: Python :: 3.7' ,
8183 'Topic :: Communications' ,
8284 'Topic :: Software Development :: Libraries' ,
8385 'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments