diff --git a/docs/changelog.md b/docs/changelog.md index be570aec7..8145d38cf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,10 +3,10 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🔧 Switch to dedicated lndb-setup test bucket | [21](https://github.com/laminlabs/lndb-setup/pull/21) | [falexwolf](https://github.com/falexwolf) | 2022-08-18 | +🔧 Switch to dedicated lndb-setup test bucket | [21](https://github.com/laminlabs/lndb-setup/pull/21) | [falexwolf](https://github.com/falexwolf) | 2022-08-18 | 0.5.2 🔊 Fix logging error | [20](https://github.com/laminlabs/lndb-setup/pull/20) | [falexwolf](https://github.com/falexwolf) | 2022-08-18 | ✨ Integrate instance setup with lndb-bfx-pipeline | [19](https://github.com/laminlabs/lndb-setup/pull/19) | [bpenteado](https://github.com/bpenteado) | 2022-08-18 | -Correct login error message | [18](https://github.com/laminlabs/lndb-setup/pull/18) | [fredericenard](https://github.com/fredericenard) | 2022-08-17 | +🔊 Correct login error message | [18](https://github.com/laminlabs/lndb-setup/pull/18) | [fredericenard](https://github.com/fredericenard) | 2022-08-17 | 🧱 Settings with absolute path | [17](https://github.com/laminlabs/lndb-setup/pull/17) | [fredericenard](https://github.com/fredericenard) | 2022-08-10 | 0.5.1 ✨ Add schema version check back in | [16](https://github.com/laminlabs/lndb-setup/pull/16) | [falexwolf](https://github.com/falexwolf) | 2022-08-03 | 0.5.0 🚸 Safe login in case of partially deleted instance | [14](https://github.com/laminlabs/lndb-setup/pull/14) | [falexwolf](https://github.com/falexwolf) | 2022-08-02 | 0.4.3 diff --git a/lndb_setup/__init__.py b/lndb_setup/__init__.py index 156b6ec42..d94452a1e 100644 --- a/lndb_setup/__init__.py +++ b/lndb_setup/__init__.py @@ -37,7 +37,7 @@ Storage """ -__version__ = "0.5.1" # denote a pre-release for 0.1.0 with 0.1a1 +__version__ = "0.5.2" # denote a pre-release for 0.1.0 with 0.1a1 from . import _check_versions # noqa from ._schema import schema # noqa from ._settings import settings # noqa