Skip to content

Commit

Permalink
bump: version 0.15.1 → 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2023
1 parent efb2601 commit 234c8d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.16.0 (2023-02-07)

### Feat

- updates to Qibo v0.1.11, fixes breaking changes (#139)

## 0.15.1 (2023-01-26)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ use_parentheses = true
ensure_newline_before_comments = true

[tool.commitizen]
version = "0.15.1"
version = "0.16.0"
version_files = [
"src/qililab/config/version.py",
"pyproject.toml:version"
Expand Down
2 changes: 1 addition & 1 deletion src/qililab/config/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" library version """
__version__ = "0.15.1"
__version__ = "0.16.0"

0 comments on commit 234c8d6

Please sign in to comment.