summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2020-09-21 00:44:45 +0200
committerChris Liechti <cliechti@gmx.net>2020-09-21 00:44:45 +0200
commit6fa82e1ad911d26fdfd37c19c491975609f4e39c (patch)
treef40719df8196d7e57f023f31df8e78b53501774f /documentation
parentaebbb388e73bb33791a5d542cbdf6dddfe798a85 (diff)
downloadpyserial-git-6fa82e1ad911d26fdfd37c19c491975609f4e39c.tar.gz
docs: update copyright, notes, changelog
Diffstat (limited to 'documentation')
-rw-r--r--documentation/appendix.rst2
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/pyserial.rst2
-rw-r--r--documentation/tools.rst3
4 files changed, 5 insertions, 4 deletions
diff --git a/documentation/appendix.rst b/documentation/appendix.rst
index 57e8e2f..198a03d 100644
--- a/documentation/appendix.rst
+++ b/documentation/appendix.rst
@@ -109,7 +109,7 @@ com0com - http://com0com.sourceforge.net/
License
=======
-Copyright (c) 2001-2017 Chris Liechti <cliechti@gmx.net>
+Copyright (c) 2001-2020 Chris Liechti <cliechti@gmx.net>
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/documentation/conf.py b/documentation/conf.py
index df9d14e..d878ea4 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -38,7 +38,7 @@ master_doc = 'index'
# General information about the project.
project = u'pySerial'
-copyright = u'2001-2017, Chris Liechti'
+copyright = u'2001-2020, Chris Liechti'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index 8a1afa8..080066f 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -13,7 +13,7 @@ appropriate backend.
It is released under a free software license, see LICENSE_ for more
details.
-Copyright (C) 2001-2016 Chris Liechti <cliechti(at)gmx.net>
+Copyright (C) 2001-2020 Chris Liechti <cliechti(at)gmx.net>
Other pages (online)
diff --git a/documentation/tools.rst b/documentation/tools.rst
index 898c2d7..9685718 100644
--- a/documentation/tools.rst
+++ b/documentation/tools.rst
@@ -287,4 +287,5 @@ also possible to exit (:kbd:`Ctrl+]`) or change the port (:kbd:`p`).
Apply encoding on serial port, convert to Unicode for console.
Added new filters, default to stripping terminal control sequences.
Added ``--ask`` option.
-
+.. versionchanged:: 3.5
+ Enable escape code handling on Windows 10 console.