From af77d3de47fd41c3abdda367bd8cdd213ce7fa2a Mon Sep 17 00:00:00 2001 From: Gabe Joseph Date: Tue, 8 Sep 2020 14:24:57 -0600 Subject: [PATCH] Client: release version v1.4.1 (#7407) GitOrigin-RevId: e7fa4beebc0cbc22bd6e833fcda2e8c39460b528 --- README.md | 9 +++++++++ descarteslabs/client/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3cec98..b9c15a33 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ The documentation for the latest release can be found at [https://docs.descartes Changelog ========= +## [1.4.1] - 2020-09-02 + +### Fixed +No more irrelevant `DeprecationWarning`s when importing the `descarteslabs` package ([#235](https://github.com/descarteslabs/descarteslabs-python/issues/235)). Deprecated functionality in the package will now show `FutureWarning`s instead. + +### Workflows (channel `v0-16`) - Fixed +- `wf.map.geocontext` doesn't raise an error about the CRS of the map +- `wf.flows` doesn't raise an error about versions from incompatible channels + ## [1.4.0] - 2020-08-20 ### Catalog client diff --git a/descarteslabs/client/version.py b/descarteslabs/client/version.py index 7d0b88ff..16b58de3 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.4.0" +__version__ = "1.4.1"