diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1606591..ffecccf 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,7 +42,7 @@ jobs: deploy: name: Deploy docs - if: ${{ github.ref == 'refs/heads/stable/0.9' }} + if: ${{ github.ref == 'refs/heads/stable/0.10' }} needs: build permissions: pages: write diff --git a/.mergify.yml b/.mergify.yml index a8fe0e9..58ed6b8 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -5,4 +5,4 @@ pull_request_rules: actions: backport: branches: - - stable/0.9 + - stable/0.10 diff --git a/pyproject.toml b/pyproject.toml index 0d6b1ed..2b8308b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "qiskit-addon-sqd" -version = "0.9.0" +version = "0.10.0" readme = "README.md" description = "Classically postprocess noisy quantum samples to yield more accurate energy estimations" license = {file = "LICENSE.txt"} diff --git a/releasenotes/notes/dont-flip-c881f6cd00114cd5.yaml b/releasenotes/notes/0.10/dont-flip-c881f6cd00114cd5.yaml similarity index 100% rename from releasenotes/notes/dont-flip-c881f6cd00114cd5.yaml rename to releasenotes/notes/0.10/dont-flip-c881f6cd00114cd5.yaml diff --git a/releasenotes/notes/pyscf-e-de401c79d4469c81.yaml b/releasenotes/notes/0.10/pyscf-e-de401c79d4469c81.yaml similarity index 100% rename from releasenotes/notes/pyscf-e-de401c79d4469c81.yaml rename to releasenotes/notes/0.10/pyscf-e-de401c79d4469c81.yaml