From 7f0171d73b25dc8d3f0821eb364611e72239e890 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Fri, 19 Apr 2024 16:04:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.69.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 2 +- lamindb_setup/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e33a0f9fc..22da4f447 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -♻️ Improve suffix handling | [718](https://github.com/laminlabs/lamindb-setup/pull/718) | [falexwolf](https://github.com/falexwolf) | 2024-04-19 | +♻️ Improve suffix handling | [718](https://github.com/laminlabs/lamindb-setup/pull/718) | [falexwolf](https://github.com/falexwolf) | 2024-04-19 | 0.69.3 ✨ Enable hybrid storage mode | [717](https://github.com/laminlabs/lamindb-setup/pull/717) | [falexwolf](https://github.com/falexwolf) | 2024-04-16 | 0.69.1 🚸 Better migrations warning | [716](https://github.com/laminlabs/lamindb-setup/pull/716) | [falexwolf](https://github.com/falexwolf) | 2024-04-16 | 🚸 Refresh token also upon access-aws | [715](https://github.com/laminlabs/lamindb-setup/pull/715) | [falexwolf](https://github.com/falexwolf) | 2024-04-15 | diff --git a/lamindb_setup/__init__.py b/lamindb_setup/__init__.py index 100d5f142..f2206ea56 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -36,7 +36,7 @@ """ -__version__ = "0.69.2" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.69.3" # denote a release candidate for 0.1.0 with 0.1rc1 import sys from os import name as _os_name