Skip to content

Commit

Permalink
🔖 Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jul 26, 2022
1 parent e8cfb94 commit e8fbacd
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 storage public | [6](https://github.com/laminlabs/lndb-setup/pull/6) | [falexwolf](https://github.com/falexwolf) | 2022-07-26 |
🚚 Make storage public | [6](https://github.com/laminlabs/lndb-setup/pull/6) | [falexwolf](https://github.com/falexwolf) | 2022-07-26 | 0.3.0
🚸 Expose settings through one `settings` class | [5](https://github.com/laminlabs/lndb-setup/pull/5) | [falexwolf](https://github.com/falexwolf) | 2022-07-26 |
♻️ Modularize settings & setup across files, increase coverage, set up documentation | [4](https://github.com/laminlabs/lndb-setup/pull/4) | [falexwolf](https://github.com/falexwolf) | 2022-07-26 |
✨ Allow switching schema modules | [3](https://github.com/laminlabs/lndb-setup/pull/3) | [falexwolf](https://github.com/falexwolf) | 2022-07-25 | 0.2.0
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.2.0" # denote a pre-release for 0.1.0 with 0.1a1
__version__ = "0.3.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 e8fbacd

Please sign in to comment.