Skip to content

Commit

Permalink
πŸ”– Release 0.73.2
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jun 13, 2024
1 parent 9f6d9d3 commit 6d07426
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Changelog

- πŸ› Fix clashing reverse accessors between `.previous_runs` and `.run` [PR](https://github.com/laminlabs/lamindb/pull/1698) [@falexwolf](https://github.com/falexwolf)
- πŸ› Import IPython inside view [PR](https://github.com/laminlabs/lamindb/pull/1696) [@Koncopd](https://github.com/Koncopd)
:::{note}

If using LaminHub, please use the latest version of LaminDB.
Expand All @@ -16,6 +14,11 @@ LaminDB implements "migration-based versioning". When upgrading your LaminDB ins

## 0.73

### 0.73.2 {small}`2024-06-13`

- πŸ› Fix clashing reverse accessors for `.previous_runs` and `.run` [PR](https://github.com/laminlabs/lamindb/pull/1698) [@falexwolf](https://github.com/falexwolf)
- πŸ› Import IPython inside view [PR](https://github.com/laminlabs/lamindb/pull/1696) [@Koncopd](https://github.com/Koncopd)

### 0.73.1 {small}`2024-06-05`

- πŸ—οΈ Instantly synchronize instance schema with the hub [PR](https://github.com/laminlabs/lamindb/pull/1689) [@fredericenard](https://github.com/fredericenard)
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.73.1"
__version__ = "0.73.2"

import os as _os

Expand Down

0 comments on commit 6d07426

Please sign in to comment.