From 16446b7527179978e74e99a841694ffde47bed5c Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 21 Jun 2023 08:50:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 18 +++++++++--------- lnschema_lamin1/__init__.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 72e62d1..c105a68 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,16 +3,16 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -⬆️ Bump lamindb to 0.44.0 | [16](https://github.com/laminlabs/lnschema-lamin1/pull/16) | [falexwolf](https://github.com/falexwolf) | 2023-06-21 | -👷 Add deploy workflow | [15](https://github.com/laminlabs/lnschema-lamin1/pull/15) | [falexwolf](https://github.com/falexwolf) | 2023-06-20 | -⬆️ Upgrade lamindb | [14](https://github.com/laminlabs/lnschema-lamin1/pull/14) | [fredericenard](https://github.com/fredericenard) | 2023-06-19 | 0.19a2 +⬆️ Bump lamindb to 0.44.0 | [16](https://github.com/laminlabs/lnschema-lamin1/pull/16) | [falexwolf](https://github.com/falexwolf) | 2023-06-21 | 0.19.0 +👷 Add app deploy workflow | [15](https://github.com/laminlabs/lnschema-lamin1/pull/15) | [falexwolf](https://github.com/falexwolf) | 2023-06-20 | 0.19a3 +⬆️ Bump lamindb to 0.43.0 | [14](https://github.com/laminlabs/lnschema-lamin1/pull/14) | [fredericenard](https://github.com/fredericenard) | 2023-06-19 | 0.19a2 ♻️ Prettify | [13](https://github.com/laminlabs/lnschema-lamin1/pull/13) | [falexwolf](https://github.com/falexwolf) | 2023-06-12 | 0.19a1 -🚚 Finish first proper draft of migration | [12](https://github.com/laminlabs/lnschema-lamin1/pull/12) | [falexwolf](https://github.com/falexwolf) | 2023-06-11 | -🚧 Partial migration to Django | [11](https://github.com/laminlabs/lnschema-lamin1/pull/11) | [falexwolf](https://github.com/falexwolf) | 2023-06-09 | -➖ Remove lnbase-biolab | [10](https://github.com/laminlabs/lnschema-lamin1/pull/10) | [falexwolf](https://github.com/falexwolf) | 2023-06-01 | 0.18a1 +🚚 Migrate to Django (2) | [12](https://github.com/laminlabs/lnschema-lamin1/pull/12) | [falexwolf](https://github.com/falexwolf) | 2023-06-11 | +🚚 Migrate to Django (1) | [11](https://github.com/laminlabs/lnschema-lamin1/pull/11) | [falexwolf](https://github.com/falexwolf) | 2023-06-09 | +🏗️ Remove `lnbase-biolab` | [10](https://github.com/laminlabs/lnschema-lamin1/pull/10) | [falexwolf](https://github.com/falexwolf) | 2023-06-01 | 0.18a1 🏗️ Remove SQL-level schema modules | [9](https://github.com/laminlabs/lnschema-lamin1/pull/9) | [falexwolf](https://github.com/falexwolf) | 2023-05-25 | 0.17.0 -🎨 Add `Well` table, File.cell_lines | [8](https://github.com/laminlabs/lnschema-lamin1/pull/8) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-23 | 0.16.3 -💚 Removed treatment relationships | [4](https://github.com/laminlabs/lnschema-lamin1/pull/4) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-15 | 0.16.2 -✨ Added `Treatment` table | [3](https://github.com/laminlabs/lnschema-lamin1/pull/3) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-15 | +🎨 Add `Well` table, `File.cell_lines` | [8](https://github.com/laminlabs/lnschema-lamin1/pull/8) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-23 | 0.16.3 +💚 Removed `Treatment` relationships | [4](https://github.com/laminlabs/lnschema-lamin1/pull/4) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-15 | 0.16.2 +✨ Added `Treatment` | [3](https://github.com/laminlabs/lnschema-lamin1/pull/3) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-15 | 🚚 Link `CellType` to `File` | [2](https://github.com/laminlabs/lnschema-lamin1/pull/2) | [falexwolf](https://github.com/falexwolf) | 2023-04-24 | 0.16.1 🎉 Move content from `lnschema-wetlab` here | [1](https://github.com/laminlabs/lnschema-lamin1/pull/1) | [falexwolf](https://github.com/falexwolf) | 2023-04-22 | 0.15.1 diff --git a/lnschema_lamin1/__init__.py b/lnschema_lamin1/__init__.py index b9ba08e..51858db 100644 --- a/lnschema_lamin1/__init__.py +++ b/lnschema_lamin1/__init__.py @@ -20,7 +20,7 @@ _schema_id = "tvhn" _name = "lamin1" -__version__ = "0.19a3" +__version__ = "0.19.0" from lamindb_setup import _check_instance_setup