Skip to content

Commit

Permalink
Client release v2.0.1 (#11936)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 61fe333ef19972236ae8535f2159ee8c2dff213b
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Jun 14, 2023
1 parent dd92e36 commit 2bd96f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ The documentation for the latest release can be found at [https://docs.descartes
Changelog
=========

## [2.0.1] - 2023-06-14

### Raster

- Due to recent changes in `urllib3`, rastering operations were failing to retry certain errors which ought to be retried, causing more failures to propagate to the user than was desirable. This is now fixed.

## [2.0.0] - 2023-06-12

(Release notes from all the 2.0.0 release candidates are summarized here for completeness.)
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/core/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit 2bd96f7

Please sign in to comment.