From afd5cf9410f56ade4c4d9c27c04929fc30db5283 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Sun, 12 Feb 2023 12:52:34 +0800 Subject: [PATCH] :bookmark: Release version 0.32.0 --- docs/changelog.md | 2 +- lndb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 886d50b25..0bae1debe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ 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 | diff --git a/lndb/__init__.py b/lndb/__init__.py index b8a6ea489..1879a98a9 100644 --- a/lndb/__init__.py +++ b/lndb/__init__.py @@ -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