From 447ebcbfd9223e8203093d65ce2e59977c5c29e4 Mon Sep 17 00:00:00 2001 From: Auke Willem Oosterhoff <1565144+OrangeTux@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:27:54 +0100 Subject: [PATCH] Finalize hand over to new maintainers. (#687) I just removed my access the project's Github and Pypi. Thanks for moving this project for forward @mdwcrft , @jainmohit2001 and @proelke . Good luck! @mdwcrft I didn't include your last name, since your Github profile doesn't expose that information. Let me know if you want to include that. cc: @Jared-Newell-Mobility --------- Co-authored-by: Mohit Jain <45727354+jainmohit2001@users.noreply.github.com> Co-authored-by: Chad <34003459+mdwcrft@users.noreply.github.com> --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 9832ff545..291638691 100644 --- a/README.rst +++ b/README.rst @@ -203,6 +203,14 @@ To lower the logs for this package only use the following code: logging.getLogger('ocpp').setLevel(level=logging.DEBUG) logging.getLogger('ocpp').addHandler(logging.StreamHandler()) +Aknowledgements +--------------- + +Till the end of 2024, this project has been lead and maintained by `Auke Oosterhoff`_ and +`Jared Newell`_. We thank them for work their work! + +Since than, the project is lead by `Chad Meadowcroft`_, `Mohit Jain`_ and `Patrick Roelke`_. + License ------- @@ -217,3 +225,9 @@ Attribution-NoDerivatives 4.0 International Public License. .. _rtd: https://ocpp.readthedocs.io/en/latest/index.html .. _The Mobility House: https://www.mobilityhouse.com/int_en/ .. _websockets: https://pypi.org/project/websockets/ + +.. _Auke Oosterhoff: https://github.com/orangetux +.. _Jared Newell: https://github.com/Jared-Newell-Mobility +.. _Chad Meadowcroft: https://github.com/mdwcrft +.. _Mohit Jain: https://github.com/jainmohit2001 +.. _Patrick Roelke: https://github.com/proelke