Skip to content

Commit

Permalink
πŸ”– Release 0.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 9, 2024
1 parent e66cc24 commit bd004cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<!-- prettier-ignore -->
Name | PR | Developer | Date | Version
--- | --- | --- | --- | ---
🚚 Rename .bionty to .public | [613](https://github.com/laminlabs/lamindb-setup/pull/613) | [sunnyosun](https://github.com/sunnyosun) | 2024-01-09 |
🚸 Fix connection timeout | [611](https://github.com/laminlabs/lamindb-setup/pull/611) | [falexwolf](https://github.com/falexwolf) | 2024-01-08 |
🚸 Fix connection timeout | [611](https://github.com/laminlabs/lamindb-setup/pull/611) | [falexwolf](https://github.com/falexwolf) | 2024-01-08 | 0.64.1
🚸 Add anonymous access (now works without login) | [610](https://github.com/laminlabs/lamindb-setup/pull/610) | [falexwolf](https://github.com/falexwolf) | 2024-01-06 | 0.64.0
πŸ’š Fix tests in local hub | [609](https://github.com/laminlabs/lamindb-setup/pull/609) | [falexwolf](https://github.com/falexwolf) | 2024-01-05 |
🚚 Migrate foreign key constraint for new hub | [608](https://github.com/laminlabs/lamindb-setup/pull/608) | [falexwolf](https://github.com/falexwolf) | 2024-01-05 |
Expand Down
2 changes: 1 addition & 1 deletion lamindb_setup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"""

__version__ = "0.64.0" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.64.1" # denote a release candidate for 0.1.0 with 0.1rc1

import sys
from os import name as _os_name
Expand Down

0 comments on commit bd004cf

Please sign in to comment.