From a43a7253294077e476916979dc47b9272090af19 Mon Sep 17 00:00:00 2001 From: "Stephen C. Pope" Date: Tue, 22 Sep 2020 10:29:04 -0600 Subject: [PATCH] Client: release version v1.5.0 (#7466) GitOrigin-RevId: 2b0340e961869f8c179d97558299c18c16eb76fe --- README.md | 2 +- descarteslabs/client/version.py | 2 +- descarteslabs/workflows/_channel.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53d72ad2..65f18949 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The documentation for the latest release can be found at [https://docs.descartes Changelog ========= -## Unreleased +## [1.5.0] - 2020-09-22 ### Python Version Support - Python 3.8 is now supported in the client. diff --git a/descarteslabs/client/version.py b/descarteslabs/client/version.py index 16b58de3..99fbf0c5 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.1" +__version__ = "1.5.0" diff --git a/descarteslabs/workflows/_channel.py b/descarteslabs/workflows/_channel.py index a0dcec5a..119bd1d8 100644 --- a/descarteslabs/workflows/_channel.py +++ b/descarteslabs/workflows/_channel.py @@ -1,4 +1,4 @@ -__channel__ = "v0-16" +__channel__ = "v0-17" def _set_channel(channel):