Skip to content

Commit

Permalink
🔖 Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 25, 2022
1 parent c2cf2e7 commit afc181f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- prettier-ignore -->
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
Expand Down
2 changes: 1 addition & 1 deletion lndb_setup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afc181f

Please sign in to comment.