diff --git a/README.md b/README.md index 39d7db72..b5424665 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/descarteslabs/client/version.py b/descarteslabs/client/version.py index 81103c96..c7c90829 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__ = "0.28.0" +__version__ = "0.28.1" diff --git a/descarteslabs/workflows/_channel.py b/descarteslabs/workflows/_channel.py index 71221a30..446f0a7d 100644 --- a/descarteslabs/workflows/_channel.py +++ b/descarteslabs/workflows/_channel.py @@ -1,4 +1,4 @@ -__channel__ = "v0-9" +__channel__ = "v0-10" def _set_channel(channel):