Skip to content

Commit

Permalink
🔖 Release version 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Feb 12, 2023
1 parent 06dd378 commit afd5cf9
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
--- | --- | --- | --- | ---
🚚 Rename package from `lndb_setup` to `lndb` | [270](https://github.com/laminlabs/lndb/pull/270) | [falexwolf](https://github.com/falexwolf) | 2023-02-12 |
🚚 Rename package from `lndb_setup` to `lndb` | [270](https://github.com/laminlabs/lndb/pull/270) | [falexwolf](https://github.com/falexwolf) | 2023-02-12 | 0.32.0
🎨 Enable using the current instance for generating migration script | [271](https://github.com/laminlabs/lndb-setup/pull/271) | [sunnyosun](https://github.com/sunnyosun) | 2023-02-10 | 0.31.0
🎨 Generate alembic.ini before before check migrate | [269](https://github.com/laminlabs/lndb-setup/pull/269) | [sunnyosun](https://github.com/sunnyosun) | 2023-02-10 |
✨ Added migration module | [266](https://github.com/laminlabs/lndb-setup/pull/266) | [sunnyosun](https://github.com/sunnyosun) | 2023-02-10 |
Expand Down
2 changes: 1 addition & 1 deletion lndb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
Storage
"""

__version__ = "0.31.0" # denote a pre-release for 0.1.0 with 0.1rc1
__version__ = "0.32.0" # denote a pre-release for 0.1.0 with 0.1rc1

import sys
from os import name as _os_name
Expand Down

0 comments on commit afd5cf9

Please sign in to comment.