From 9cac8ff745d0bcb7b9ff6392d64828e65892d6e8 Mon Sep 17 00:00:00 2001 From: Gabe Joseph Date: Thu, 12 Mar 2020 22:35:56 -0600 Subject: [PATCH] Client: release version v1.1.2 (#6547) GitOrigin-RevId: d227ff9bdd84a3d41a22337dbb967c334741e450 --- README.md | 4 ++++ descarteslabs/client/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe243117..ba02502a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Changelog ## Pending +## [1.1.2] - 2020-03-12 + +1.1.2 fixes a bug which caused Workflows map layers to behave erratically when changing colormaps. + ## [1.1.1] - 2020-03-11 1.1.1 fixes a packaging issue that caused `import descarteslabs.workflows` to fail. diff --git a/descarteslabs/client/version.py b/descarteslabs/client/version.py index 60b46d85..967de3eb 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.1.1" +__version__ = "1.1.2"