Skip to content

Commit

Permalink
Updated CHANGELOG.md and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianPoirier committed Sep 20, 2023
1 parent 44be050 commit 14f1973
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version v0.2.2 (September 20th, 2023)

This version fixes the version of `pyquil` to prevent breaking changes occuring with v4.0.0.

## Version v0.2.1 (September 11th, 2023)

This version fixes an issue detecting the plugins when installing `openqaoa-core` from PyPI.
Expand Down
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion src/openqaoa-azure/openqaoa_azure/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion src/openqaoa-braket/openqaoa_braket/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion src/openqaoa-core/openqaoa/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion src/openqaoa-pyquil/openqaoa_pyquil/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion src/openqaoa-qiskit/openqaoa_qiskit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit 14f1973

Please sign in to comment.