Skip to content

Commit

Permalink
Merge branch 'main' into math411-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Nov 17, 2023
2 parents bb4d0ad + 44a2bbb commit 2c1ed5e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.62.1 (2023-11-17)

### Bug Fixes and Other Changes

* Fix broken link to example notebook
* update: default no longer returning RETIRED devices from get_devices

### Documentation Changes

* Add matrix expressions to docstrings

## v1.62.0 (2023-11-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion doc/examples-hybrid-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Learn more about hybrid jobs on Amazon Braket.
:maxdepth: 2

************************************************************************************************************************************************************************************************
`Creating your first Hybrid Job <https://github.com/amazon-braket/amazon-braket-examples/blob/main/examples/hybrid_jobs/0_Creating_your_first_Hybrid_Job/Creating_your_first_Hybrid_Job.ipynb>`_
`Creating your first Hybrid Job <https://github.com/amazon-braket/amazon-braket-examples/blob/main/examples/hybrid_jobs/0_Creating_your_first_Hybrid_Job/0_Creating_your_first_Hybrid_Job.ipynb>`_
************************************************************************************************************************************************************************************************

This tutorial shows how to run your first Amazon Braket Hybrid Job.
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.62.1.dev0"
__version__ = "1.62.2.dev0"

0 comments on commit 2c1ed5e

Please sign in to comment.