Skip to content

Commit

Permalink
🔖 Release 0.71.2
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed May 7, 2024
1 parent ce4a00f commit 75b39b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lamindb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75b39b2

Please sign in to comment.