Skip to content

Commit

Permalink
prepare release v1.60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ci committed Nov 1, 2023
1 parent 524b1a1 commit 48f5939
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.60.1 (2023-11-01)

### Bug Fixes and Other Changes

* set python container version explicitly
* set decorator job working directory inside of function
* s3 config support for decorator jobs

## v1.60.0 (2023-10-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion src/braket/_sdk/_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.60.1.dev0"
__version__ = "1.60.1"

0 comments on commit 48f5939

Please sign in to comment.