diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7476ff8..46f2af5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,14 +2,15 @@ Changelog ========= +.. currentmodule:: aio_ld2410 + The format is based on `Keep a Changelog`_ and this project adheres to `Semantic Versioning`_. .. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/ .. _Semantic Versioning: https://semver.org/spec/v2.0.0.html -.. currentmodule:: aio_ld2410 -1.0.0 (UNRELEASED) +1.0.0 (2024-09-29) ================== Added diff --git a/README.rst b/README.rst index 4ae3492..ef97417 100644 --- a/README.rst +++ b/README.rst @@ -4,22 +4,22 @@ Python asyncio LD2410 Library |licence| |version| |pyversions| |coverage| |docs| |openssf| .. |licence| image:: https://img.shields.io/pypi/l/aio-ld2410.svg - :target: https://pypi.python.org/pypi/aio-ld2410 + :target: https://pypi.org/project/aio-ld2410/ .. |version| image:: https://img.shields.io/pypi/v/aio-ld2410.svg - :target: https://pypi.python.org/pypi/aio-ld2410 + :target: https://pypi.org/project/aio-ld2410/ .. |pyversions| image:: https://img.shields.io/pypi/pyversions/aio-ld2410.svg - :target: https://pypi.python.org/pypi/aio-ld2410 + :target: https://pypi.org/project/aio-ld2410/ .. |coverage| image:: https://codecov.io/github/morian/aio-ld2410/graph/badge.svg - :target: https://codecov.io/github/morian/aio-ld2410 + :target: https://app.codecov.io/github/morian/aio-ld2410 .. |docs| image:: https://img.shields.io/readthedocs/aio-ld2410.svg :target: https://aio-ld2410.readthedocs.io/en/latest/ -.. |openssf| image:: https://bestpractices.coreinfrastructure.org/projects/9487/badge - :target: https://bestpractices.coreinfrastructure.org/projects/9487 +.. |openssf| image:: https://www.bestpractices.dev/projects/9487/badge?r + :target: https://www.bestpractices.dev/en/projects/9487 ``aio-ld2410`` is a python library that allows interacting with the `Hi-Link LD2410`_ sensors using asyncio_. diff --git a/aio_ld2410/version.py b/aio_ld2410/version.py index f1c6971..35daabd 100644 --- a/aio_ld2410/version.py +++ b/aio_ld2410/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version: str = '0.1.0' +version: str = '1.0.0' diff --git a/docs/index.rst b/docs/index.rst index 01617c4..870a785 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,22 +7,22 @@ Asyncio LD2410 Library |licence| |version| |pyversions| |coverage| |docs| |openssf| .. |licence| image:: https://img.shields.io/pypi/l/aio-ld2410.svg - :target: https://pypi.python.org/pypi/aio-ld2410 + :target: https://pypi.org/project/aio-ld2410/ .. |version| image:: https://img.shields.io/pypi/v/aio-ld2410.svg - :target: https://pypi.python.org/pypi/aio-ld2410 + :target: https://pypi.org/project/aio-ld2410/ .. |pyversions| image:: https://img.shields.io/pypi/pyversions/aio-ld2410.svg - :target: https://pypi.python.org/pypi/aio-ld2410 + :target: https://pypi.org/project/aio-ld2410/ .. |coverage| image:: https://codecov.io/github/morian/aio-ld2410/graph/badge.svg - :target: https://codecov.io/github/morian/aio-ld2410 + :target: https://app.codecov.io/github/morian/aio-ld2410 .. |docs| image:: https://img.shields.io/readthedocs/aio-ld2410.svg :target: https://aio-ld2410.readthedocs.io/en/latest/ -.. |openssf| image:: https://bestpractices.coreinfrastructure.org/projects/9487/badge - :target: https://bestpractices.coreinfrastructure.org/projects/9487 +.. |openssf| image:: https://www.bestpractices.dev/projects/9487/badge?r + :target: https://www.bestpractices.dev/en/projects/9487 ``aio-ld2410`` is a python library that allows interacting with the `Hi-Link LD2410`_ sensors using :mod:`asyncio`.