Skip to content

Commit

Permalink
feat: release bk-plugin-framework 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Nov 19, 2024
1 parent b076eae commit 2e1e804
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bk-plugin-framework/bk_plugin_framework/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
specific language governing permissions and limitations under the License.
"""

__version__ = "2.2.5"
__version__ = "2.2.8"
18 changes: 9 additions & 9 deletions bk-plugin-framework/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bk-plugin-framework/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bk-plugin-framework"
version = "2.2.7"
version = "2.2.8"
description = "bk plugin python framework"
authors = ["Your Name <you@example.com>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ python = "^3.6.1,<4.0"
pydantic = ">=1.0,<3"
werkzeug = ">=2.0.0, <4.0"
apigw-manager = {version = ">=1.0.6, <4", extras = ["extra"]}
bk-plugin-runtime = "2.0.8"
bk-plugin-runtime = "2.0.9"
jsonschema = ">=2.5.0,<5.0.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 2e1e804

Please sign in to comment.