Skip to content

Commit ddbdc48

Browse files
committed
docs: update dates/version, classifiers
1 parent 4f58e9b commit ddbdc48

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

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-2016 pySerial-team (see CREDITS.rst)
7+
Copyright (c) 2015-2017 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838

3939
# General information about the project.
4040
project = 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.

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
99
import 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',

0 commit comments

Comments
 (0)