From 22a4c73a2825455ab58af26b855948a73e436082 Mon Sep 17 00:00:00 2001 From: Antal Szava Date: Tue, 14 Dec 2021 09:15:16 -0500 Subject: [PATCH 1/2] inc version --- CHANGELOG.md | 19 +++++++++++++++++++ pennylane_qiskit/_version.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6149d54..ffb741099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release 0.21.0-dev + + +### New features since last release + +### Breaking changes + +### Improvements + +### Documentation + +### Bug fixes + +### Contributors + +This release contains contributions from (in alphabetical order): + +--- + # Release 0.20.0 ### New features since last release diff --git a/pennylane_qiskit/_version.py b/pennylane_qiskit/_version.py index 0c2c7c68f..c950528ad 100644 --- a/pennylane_qiskit/_version.py +++ b/pennylane_qiskit/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.20.0" +__version__ = "0.21.0-dev" From bb6e8ad6dcf24a95335ff81368559659c8874366 Mon Sep 17 00:00:00 2001 From: Antal Szava Date: Tue, 14 Dec 2021 09:16:52 -0500 Subject: [PATCH 2/2] add flaky --- .github/workflows/tests.yml | 2 +- .github/workflows/upload.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 40e71f1e9..2a978d604 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install wheel pytest pytest-cov pytest-mock --upgrade + pip install wheel pytest pytest-cov pytest-mock flaky --upgrade - name: Install Plugin run: | diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 5f9baa4d7..2a2494955 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -22,7 +22,7 @@ jobs: - name: Install test dependencies run: | - pip install wheel pytest pytest-cov pytest-mock --upgrade + pip install wheel pytest pytest-cov pytest-mock flaky --upgrade - name: Run tests run: |