Skip to content

Commit

Permalink
Client: release version v1.5.0 (#7466)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2b0340e961869f8c179d97558299c18c16eb76fe
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Sep 22, 2020
1 parent d60678d commit a43a725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.1"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion descarteslabs/workflows/_channel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__channel__ = "v0-16"
__channel__ = "v0-17"


def _set_channel(channel):
Expand Down

0 comments on commit a43a725

Please sign in to comment.