Skip to content

Commit

Permalink
Release version 1.1.1 (#6529)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 55fd59b4985a432c575cc0725ac912664a886dca
  • Loading branch information
gjoseph92 authored and Descartes Labs Build committed Mar 12, 2020
1 parent 0fd09f9 commit e846533
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Changelog

## Pending

## [1.1.1] - 2020-03-11

1.1.1 fixes a packaging issue that caused `import descarteslabs.workflows` to fail.

It also makes NumPy an explicit dependency. NumPy was already a transitive dependency, so this shouldn't cause any changes.

You should _NOT_ install version 1.1.0; 1.1.1 should be used instead in all circumstances.

## [1.1.0] - 2020-03-11

### Catalog 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.1.0"
__version__ = "1.1.1"

0 comments on commit e846533

Please sign in to comment.