From c95d7f079473447c070b8ccde17fe3748377f926 Mon Sep 17 00:00:00 2001 From: Quentame Date: Tue, 17 Dec 2024 21:42:31 +0100 Subject: [PATCH] Release 1.2.0 (#748) --- .github/workflows/release.yml | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebecec78..82f5e80c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,9 @@ jobs: name: Release runs-on: ubuntu-latest permissions: - id-token: write attestations: write + contents: write + id-token: write steps: - name: Check out the repository uses: actions/checkout@v4.2.2 diff --git a/pyproject.toml b/pyproject.toml index a0eff857..4d7f5eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "freebox-api" -version = "1.1.0" +version = "1.2.0" description = "Provides asynchronous authentication and access to Freebox servers" authors = ["stilllman ", "quentame ", "HACF "] license = "GNU GPL v3"