Skip to content

Commit

Permalink
update wf client channel (#5928)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 0e34afed8cf8171badca01535beda87e7d5dbea0
  • Loading branch information
masonwr authored and Descartes Labs Build committed Dec 10, 2019
1 parent 8c1388d commit 849b63c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Changelog

### Changed

## [0.28.1] - 2019-12-10
### Changed
- Update workflows client channel
- Workflows map UI is more stable: errors and layers won't fill the screen

## [0.28.0] - 2019-12-09
### Added
- Catalog client: Added an `update()` method that allows you to update multiple attributes at once.
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__ = "0.28.0"
__version__ = "0.28.1"
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-9"
__channel__ = "v0-10"


def _set_channel(channel):
Expand Down

0 comments on commit 849b63c

Please sign in to comment.