diff --git a/docs/changelog.md b/docs/changelog.md index c4e2e56c3..e80566c3e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -♻️ Pass `storage_root` to `access_aws` | [656](https://github.com/laminlabs/lamindb-setup/pull/656) | [falexwolf](https://github.com/falexwolf) | 2024-02-29 | +♻️ Pass `storage_root` to `access_aws` | [656](https://github.com/laminlabs/lamindb-setup/pull/656) | [falexwolf](https://github.com/falexwolf) | 2024-02-29 | 0.65.3 ♻️ Allow passing `access_token` directly | [655](https://github.com/laminlabs/lamindb-setup/pull/655) | [Koncopd](https://github.com/Koncopd) | 2024-02-29 | ✨ Add create_mapper util | [654](https://github.com/laminlabs/lamindb-setup/pull/654) | [Koncopd](https://github.com/Koncopd) | 2024-02-19 | 🐛 Fix aws_access calls in CLI | [652](https://github.com/laminlabs/lamindb-setup/pull/652) | [Koncopd](https://github.com/Koncopd) | 2024-02-18 | diff --git a/lamindb_setup/__init__.py b/lamindb_setup/__init__.py index ac15667cc..95a09e0bd 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -45,7 +45,7 @@ """ -__version__ = "0.65.2" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.65.3" # denote a release candidate for 0.1.0 with 0.1rc1 import sys from os import name as _os_name