From 3426ef88f3822225c8882291ae17de487dbcc9a8 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 20 Jan 2023 16:46:54 +0100 Subject: [PATCH] Update badges and maintenance/license year (#327) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🎆Updates maintenance/license year to 2023 * Update the badges in readme --- LICENSE | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 6015550b..fad23840 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2021-2022 Klaas Schoute +Copyright (c) 2021-2023 Klaas Schoute Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 97293287..92f02299 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] -[![Code Quality][code-quality-shield]][code-quality] [![Maintainability][maintainability-shield]][maintainability-url] [![Code Coverage][codecov-shield]][codecov-url] +[![Code Quality][code-quality-shield]][code-quality] [![Build Status][build-shield]][build-url] Asynchronous Python client for the Omnik Inverter. @@ -175,7 +175,7 @@ poetry run pytest MIT License -Copyright (c) 2021-2022 Klaas Schoute +Copyright (c) 2021-2023 Klaas Schoute Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -198,8 +198,8 @@ SOFTWARE. [build-shield]: https://github.com/klaasnicolaas/python-omnikinverter/actions/workflows/tests.yaml/badge.svg [build-url]: https://github.com/klaasnicolaas/python-omnikinverter/actions/workflows/tests.yaml -[code-quality-shield]: https://img.shields.io/lgtm/grade/python/g/klaasnicolaas/python-omnikinverter.svg?logo=lgtm&logoWidth=18 -[code-quality]: https://lgtm.com/projects/g/klaasnicolaas/python-omnikinverter/context:python +[code-quality-shield]: https://github.com/klaasnicolaas/python-omnikinverter/actions/workflows/codeql.yaml/badge.svg +[code-quality]: https://github.com/klaasnicolaas/python-omnikinverter/actions/workflows/codeql.yaml [commits-shield]: https://img.shields.io/github/commit-activity/y/klaasnicolaas/python-omnikinverter.svg [commits-url]: https://github.com/klaasnicolaas/python-omnikinverter/commits/main [codecov-shield]: https://codecov.io/gh/klaasnicolaas/python-omnikinverter/branch/main/graph/badge.svg?token=VQTR24YFQ9 @@ -210,7 +210,7 @@ SOFTWARE. [issues-url]: https://github.com/klaasnicolaas/python-omnikinverter/issues [license-shield]: https://img.shields.io/github/license/klaasnicolaas/python-omnikinverter.svg [last-commit-shield]: https://img.shields.io/github/last-commit/klaasnicolaas/python-omnikinverter.svg -[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [maintainability-shield]: https://api.codeclimate.com/v1/badges/ec5166b74a63f375d1a1/maintainability [maintainability-url]: https://codeclimate.com/github/klaasnicolaas/python-omnikinverter/maintainability [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg