From 81fa70d259ce1609b3fb1bf66c8a9bed81a3f28c Mon Sep 17 00:00:00 2001 From: engn33r Date: Fri, 31 Dec 2021 22:18:39 -0500 Subject: Update copyright year to 2022 --- docs/source/about.rst | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/source/about.rst b/docs/source/about.rst index 58dca79..f09aa17 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -4,7 +4,7 @@ About The websocket-client project was started in 2011, but experienced a slowdown in development in 2019-2020. The original creator of this project was -`liris `_ and the current maintainer (as of 2021) is +`liris `_ and the current maintainer (since 2021) is `engn33r `_. The project is in the process of being rejuvenated, so any edits or suggestions are appreciated. No typo is too small for a pull request! See the :ref:`contributing` page for more info. diff --git a/docs/source/conf.py b/docs/source/conf.py index 803e50a..7efc02d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,7 +30,7 @@ def setup(app): # -- Project information ----------------------------------------------------- project = 'websocket-client' -copyright = '2021' +copyright = '2022' author = 'liris' # The full version, including alpha/beta/rc tags -- cgit v1.2.1