From afc181fd5b50dd4c87d7857f667261ff85242070 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Thu, 25 Aug 2022 13:53:45 +0200 Subject: [PATCH] :bookmark: Release version 0.6.0 --- docs/changelog.md | 2 +- lndb_setup/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 146d5e3c6..9b4264698 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -✨ Make tables in schema modules configurable | [27](https://github.com/laminlabs/lndb-setup/pull/27) | [sunnyosun](https://github.com/sunnyosun) | 2022-08-25 | +✨ Make tables in schema modules configurable | [27](https://github.com/laminlabs/lndb-setup/pull/27) | [sunnyosun](https://github.com/sunnyosun) | 2022-08-25 | 0.6.0 🚸 Safer logging and errors for out-of-date schema | [26](https://github.com/laminlabs/lndb-setup/pull/26) | [falexwolf](https://github.com/falexwolf) | 2022-08-24 | 🎨 Use id to reference storage | [24](https://github.com/laminlabs/lndb-setup/pull/24) | [fredericenard](https://github.com/fredericenard) | 2022-08-23 | 0.5.5 ✨ Track cloud workspace location | [23](https://github.com/laminlabs/lndb-setup/pull/23) | [fredericenard](https://github.com/fredericenard) | 2022-08-20 | 0.5.4 diff --git a/lndb_setup/__init__.py b/lndb_setup/__init__.py index d76e40c2c..322f563fd 100644 --- a/lndb_setup/__init__.py +++ b/lndb_setup/__init__.py @@ -37,7 +37,7 @@ Storage """ -__version__ = "0.5.5" # denote a pre-release for 0.1.0 with 0.1a1 +__version__ = "0.6.0" # 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