diff --git a/docs/changelog.md b/docs/changelog.md index 3bbef3b76..530e113f2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🚚 Rename schema modules | [22](https://github.com/laminlabs/lndb-setup/pull/22) | [falexwolf](https://github.com/falexwolf) | 2022-08-19 | +🚚 Rename schema modules | [22](https://github.com/laminlabs/lndb-setup/pull/22) | [falexwolf](https://github.com/falexwolf) | 2022-08-19 | 0.5.3 🔧 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 | diff --git a/lndb_setup/__init__.py b/lndb_setup/__init__.py index d94452a1e..041fa0853 100644 --- a/lndb_setup/__init__.py +++ b/lndb_setup/__init__.py @@ -37,7 +37,7 @@ Storage """ -__version__ = "0.5.2" # denote a pre-release for 0.1.0 with 0.1a1 +__version__ = "0.5.3" # 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