From 3a95f7657e1d974fb465a8de4eee4b0f9082ea6c Mon Sep 17 00:00:00 2001 From: Rolf Laich Date: Mon, 24 Nov 2025 14:50:48 +0100 Subject: [PATCH 1/4] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d20fe9..f11d20a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "sensirion-i2c-driver" description = "Base Driver for Communicating With I2C Devices" readme = "README.md" -version = "1.0.1" +version = "1.0.2" requires-python = ">=3.8,<4.0" authors = [ From 87e1fc7a2016b1bc5d30611cd11d2a1b4f875fbf Mon Sep 17 00:00:00 2001 From: Rolf Laich Date: Mon, 24 Nov 2025 14:51:09 +0100 Subject: [PATCH 2/4] Fix github workflow --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 8582f42..ec290fc 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -7,7 +7,7 @@ on: jobs: build_and_deploy: - uses: sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main + uses: sensirion/.github/.github/workflows/python_package.pypi_publish.yml@main secrets: PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} From 2c3126c079df3fe89f70af51955a6464df930901 Mon Sep 17 00:00:00 2001 From: Rolf Laich Date: Mon, 24 Nov 2025 16:45:00 +0100 Subject: [PATCH 3/4] Fix links in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 016f91b..ab05d78 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ This repository contains the common I2C driver used by various Sensirion sensor drivers. For details, please read the package description in -[README.rst](README.rst). +[README.rst](https://github.com/Sensirion/python-i2c-driver/blob/master/README.rst). ## Usage -See package description in [README.rst](README.rst) and user manual at +See package description in [README.rst](https://github.com/Sensirion/python-i2c-driver/blob/master/README.rst) and user manual at https://sensirion.github.io/python-i2c-driver/. ## Development @@ -57,4 +57,4 @@ sphinx-versioning build docs docs/_build/html # Build documentation ## License -See [LICENSE](LICENSE). +See [LICENSE](https://github.com/Sensirion/python-i2c-driver/blob/master/LICENSE). From 813f05a100593d14ec988d73fb5325230256e3b4 Mon Sep 17 00:00:00 2001 From: Rolf Laich Date: Mon, 24 Nov 2025 16:45:17 +0100 Subject: [PATCH 4/4] Update changelog --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 72d65ce..e747d13 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ CHANGELOG --------- +1.0.2 +::::: +- Fix CI +- Fix links in README.md + 1.0.1 ::::: - Update project structure