Skip to content

Commit

Permalink
Client: Update to v1.7.1 [PLAT-622] (#8163)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2da9f5df27b06b9a54b52413af0762bc2f3f7ba3
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Mar 3, 2021
1 parent 90e751f commit 5d60db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The documentation for the latest release can be found at [https://docs.descartes
Changelog
=========

## [1.7.0] - 2021-03-02
## [1.7.1] - 2021-03-03

### General
- Upgraded various dependencies: `blosc==1.10.2`, `cachetools>=3.1.1`, `grpcio>=1.35.0,<2`, `ipyleaflet>=0.13.3,<1`, `protobuf>=3.14.0,<4`, `pyarrow>=3.0.0`, `pytz>=2021.1`
Expand All @@ -25,6 +25,10 @@ has been removed now that `Workflow.add_public_reader()` provides the equivalent
### Workflows - Fixed
- Allow constructing `Float` instances from literal python integers.

## [1.7.0] - 2021-03-02

### This release was withdrawn due to a compatibility problem

## [1.6.1] - 2021-01-27

Fixes a few buglets which slipped through. This release continues to use the workflows channel `v0-18`.
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/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__ = "1.7.0"
__version__ = "1.7.1"

0 comments on commit 5d60db8

Please sign in to comment.