Skip to content

Commit f1e56c0

Browse files
Prepare 0.3 release (#89)
* Bump version * Bump version, fix release notes
1 parent 1389086 commit f1e56c0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
deploy:
6363
name: deploy docs
64-
if: ${{ github.ref == 'refs/heads/stable/0.2' }}
64+
if: ${{ github.ref == 'refs/heads/stable/0.3' }}
6565
needs: build
6666
permissions:
6767
pages: write

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pull_request_rules:
55
actions:
66
backport:
77
branches:
8-
- stable/0.2
8+
- stable/0.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "qiskit-addon-obp"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
readme = "README.md"
99
description = "Reducing depth of circuits with operator backpropagation"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)