From 0cbd122b31b8ba123409b59be0d06b8537769b8c Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Mon, 18 Mar 2024 20:14:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Release=200.67.1?= 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 9348b02fb..9f0d9f4de 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🐛 Use root_as_str for lazy load to save settings | [685](https://github.com/laminlabs/lamindb-setup/pull/685) | [Koncopd](https://github.com/Koncopd) | 2024-03-18 | +🐛 Use `root_as_str` for lazy load to save settings | [685](https://github.com/laminlabs/lamindb-setup/pull/685) | [Koncopd](https://github.com/Koncopd) | 2024-03-18 | 0.67.1 ♻️ Enable easy switching between prod-test and staging-test | [684](https://github.com/laminlabs/lamindb-setup/pull/684) | [falexwolf](https://github.com/falexwolf) | 2024-03-17 | 0.67.0 🚚 Rename deletion functions | [683](https://github.com/laminlabs/lamindb-setup/pull/683) | [bpenteado](https://github.com/bpenteado) | 2024-03-15 | ✨ Load `git_repo` setting from hub, refactor settings file management | [681](https://github.com/laminlabs/lamindb-setup/pull/681) | [falexwolf](https://github.com/falexwolf) | 2024-03-14 | diff --git a/lamindb_setup/__init__.py b/lamindb_setup/__init__.py index 1788665fd..6a0a0e6b1 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -37,7 +37,7 @@ """ -__version__ = "0.67.0" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.67.1" # denote a release candidate for 0.1.0 with 0.1rc1 import sys from os import name as _os_name