From 7e4e9d70ed59f6f9e28bc89257fb32aca5dd2ab6 Mon Sep 17 00:00:00 2001 From: Joe Mileson Date: Thu, 2 Apr 2020 11:03:08 -0600 Subject: [PATCH] Client: release version v1.1.3 (#6636) GitOrigin-RevId: ccfd6a6dcd76c219cbfb699bf646d41a124be9f0 --- README.md | 6 ++++++ descarteslabs/client/version.py | 2 +- descarteslabs/workflows/_channel.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0c7c3fd..b01904ae 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Changelog ## Pending +## [1.1.3] - 2020-04-02 + +### Catalog client + +- Fixed a bug that prevented uploading ndarrays of type `uint8` + ### Workflows (channel `v0-13`) - Added - Array support for `argmin`, `argmax`, `any`, `all` - `pick_bands` supports an `allow_missing` kwarg to drop band names that may be missing from the data without an error. diff --git a/descarteslabs/client/version.py b/descarteslabs/client/version.py index 967de3eb..a76eb436 100644 --- a/descarteslabs/client/version.py +++ b/descarteslabs/client/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.1.2" +__version__ = "1.1.3" diff --git a/descarteslabs/workflows/_channel.py b/descarteslabs/workflows/_channel.py index fccc734f..16c0469b 100644 --- a/descarteslabs/workflows/_channel.py +++ b/descarteslabs/workflows/_channel.py @@ -1,4 +1,4 @@ -__channel__ = "v0-12" +__channel__ = "v0-13" def _set_channel(channel):