Skip to content

Commit

Permalink
prepare release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Mar 3, 2023
1 parent 2c2538f commit a3f251c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.12.0 (2023-03-03)

### Deprecations and Removals

* deprecate python 3.7

### Bug Fixes and Other Changes

* Use `singledispatchmethod` from functools

### Documentation Changes

* Remove Black badge

## v1.11.5.post0 (2023-02-13)

### Testing and Release Infrastructure
Expand Down
2 changes: 1 addition & 1 deletion src/braket/default_simulator/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "1.11.6.dev0"
__version__ = "1.12.0"

0 comments on commit a3f251c

Please sign in to comment.