diff --git a/docs/changelog.md b/docs/changelog.md index 4a26fb770..5f4992833 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,5 @@ # Changelog -- ✨ Enable to add parameters to `ln.track()` [PR](https://github.com/laminlabs/lamindb/pull/1637) [@falexwolf](https://github.com/falexwolf) -- Add links to tutorials of bionty registries [PR](https://github.com/laminlabs/lamindb/pull/1632) [@Zethson](https://github.com/Zethson) :::{note} If using LaminHub, please use the latest version of lamindb. @@ -16,6 +14,10 @@ LaminDB implements "migration-based versioning". When upgrading your LaminDB ins ## 0.71 +### 0.71.2 {small}`2024-05-07` + +- ✨ Enable passing parameters to `ln.track()` [PR](https://github.com/laminlabs/lamindb/pull/1637) [@falexwolf](https://github.com/falexwolf) + ### 0.71.1 {small}`2024-05-07` - 🚸 Upload source code of scripts upon `ln.finish()` and no longer upon `ln.track()` [PR](https://github.com/laminlabs/lamindb/pull/1624) [@falexwolf](https://github.com/falexwolf) diff --git a/lamindb/__init__.py b/lamindb/__init__.py index f2eb41695..c23b6b26c 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -41,7 +41,7 @@ """ # denote a release candidate for 0.1.0 with 0.1rc1, 0.1a1, 0.1b1, etc. -__version__ = "0.71.1" +__version__ = "0.71.2" import os as _os