From 11dd377fcdd331eb544868e1cffba32f2751260d Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 19 Jun 2024 18:36:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.73.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 3 +-- lamindb_setup/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9ccb54411..2564a5755 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,8 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -⚡ A smaller json representation of the schema for the UI | [779](https://github.com/laminlabs/lamindb-setup/pull/779) | [fredericenard](https://github.com/fredericenard) | 2024-06-19 | -🐛 Fix permission error when screening for local storage root | [778](https://github.com/laminlabs/lamindb-setup/pull/778) | [falexwolf](https://github.com/falexwolf) | 2024-06-19 | +🐛 Fix permission error when screening for local storage root | [778](https://github.com/laminlabs/lamindb-setup/pull/778) | [falexwolf](https://github.com/falexwolf) | 2024-06-19 | 0.73.2 🐛 Fix same root check in get_locker | [777](https://github.com/laminlabs/lamindb-setup/pull/777) | [Koncopd](https://github.com/Koncopd) | 2024-06-13 | ✨ Add .ome.zarr as composite suffix | [775](https://github.com/laminlabs/lamindb-setup/pull/775) | [sunnyosun](https://github.com/sunnyosun) | 2024-06-05 | 🏗️ Update instance schema in the hub | [774](https://github.com/laminlabs/lamindb-setup/pull/774) | [fredericenard](https://github.com/fredericenard) | 2024-06-04 | diff --git a/lamindb_setup/__init__.py b/lamindb_setup/__init__.py index 2855dcfaa..0c8604004 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -34,7 +34,7 @@ """ -__version__ = "0.73.1" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.73.2" # denote a release candidate for 0.1.0 with 0.1rc1 import sys from os import name as _os_name