Skip to content

Commit

Permalink
Client: release version v1.4.1 (#7407)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e7fa4beebc0cbc22bd6e833fcda2e8c39460b528
  • Loading branch information
gjoseph92 authored and Descartes Labs Build committed Sep 8, 2020
1 parent 0f0027a commit af77d3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0"
__version__ = "1.4.1"

0 comments on commit af77d3d

Please sign in to comment.