Skip to content

Commit f668acb

Browse files
committed
minor: release bk-plugin-framework 1.2.2rc1
1 parent 3f10ff1 commit f668acb

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

bk-plugin-framework/bk_plugin_framework/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
specific language governing permissions and limitations under the License.
1212
"""
1313

14-
__version__ = "1.2.1rc1"
14+
__version__ = "1.2.2rc1"

bk-plugin-framework/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bk-plugin-framework/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bk-plugin-framework"
3-
version = "1.2.1rc1"
3+
version = "1.2.2rc1"
44
description = "bk plugin python framework"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"
@@ -10,7 +10,7 @@ python = "^3.6.1,<4.0"
1010
pydantic = "^1.0"
1111
werkzeug = "^2.0.0"
1212
apigw-manager = {version = "^1.0.6", extras = ["extra"]}
13-
bk-plugin-runtime = "1.2.0rc1"
13+
bk-plugin-runtime = "1.2.2rc1"
1414

1515
[tool.poetry.dev-dependencies]
1616

0 commit comments

Comments
 (0)