diff --git a/.cz.toml b/.cz.toml index f31c5dd..bfee9a8 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" bump_message = "bump: version $current_version → $new_version" version_format = "$version" -version = "1.2.0" +version = "1.2.1" version_files = [ ".cz.toml:version", "zne/__init__.py:__version__", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b11907..48a427e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.1 (2023-12-02) + +### Fix + +- **folding_amplifier**: add missing barriers setting to facades + ## 1.2.0 (2023-12-02) ### Feat diff --git a/CITATION.bib b/CITATION.bib index 94249dc..4178fc5 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -3,7 +3,7 @@ @misc{zne title = {Zero Noise Extrapolation prototype}, year = {2023}, publisher = {Zenodo}, - version = {1.2.0}, + version = {1.2.1}, doi = {}, url = {https://github.com/qiskit-community/prototype-zne}, } diff --git a/test/__init__.py b/test/__init__.py index 508ddd2..ff6ea28 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -16,7 +16,7 @@ def test_version(): - assert __version__ == "1.2.0" + assert __version__ == "1.2.1" ################################################################################ diff --git a/zne/__init__.py b/zne/__init__.py index 068b0a6..66734d3 100644 --- a/zne/__init__.py +++ b/zne/__init__.py @@ -19,7 +19,7 @@ from .zne_strategy import ZNEStrategy __copyright__ = "(C) Copyright IBM 2022" -__version__ = "1.2.0" +__version__ = "1.2.1" __all__ = [