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):