From 8dffb404f8f9d9bdddf6d130dec9173f09107c8d Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Mon, 3 Oct 2022 21:16:29 +0200 Subject: [PATCH] :bookmark: Release version 0.5.0 --- docs/changelog.md | 2 +- lamindb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8db2da62c..0dd75d224 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -⬆️ Upgrade lndb_setup and bionty | [249](https://github.com/laminlabs/lamindb/pull/249) | [falexwolf](https://github.com/falexwolf) | 2022-10-03 | +⬆️ Upgrade lndb_setup and bionty | [249](https://github.com/laminlabs/lamindb/pull/249) | [falexwolf](https://github.com/falexwolf) | 2022-10-03 | 0.5.0 🚸 Check for migrations upon import | [247](https://github.com/laminlabs/lamindb/pull/247) | [falexwolf](https://github.com/falexwolf) | 2022-10-03 | 🔊 Raise warnings for unpopulated columns from insert.from_df | [248](https://github.com/laminlabs/lamindb/pull/248) | [sunnyosun](https://github.com/sunnyosun) | 2022-10-03 | ⬆️ Upgrade `lndb_setup` to 0.8.3 | [246](https://github.com/laminlabs/lamindb/pull/246) | [fredericenard](https://github.com/fredericenard) | 2022-10-03 | diff --git a/lamindb/__init__.py b/lamindb/__init__.py index f6ddbc212..bf48faf87 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -17,7 +17,7 @@ dev """ -__version__ = "0.4.1" +__version__ = "0.5.0" from lndb_setup import settings # noqa from lndb_setup._migrate import check_migrate as _check_migrate