Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isidoro Legido committed Aug 15, 2024
1 parent 6b7a6f4 commit 20e0e8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.20.0

### Improvements

- Add time.sleep to tests
[#160](https://github.com/qilimanjaro-tech/qiboconnection/pull/160)

## 0.19.0

### Deprecation
Expand Down
2 changes: 1 addition & 1 deletion src/qiboconnection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""


__version__ = "0.19.0"
__version__ = "0.20.0"


from .about import about
Expand Down

0 comments on commit 20e0e8c

Please sign in to comment.