Skip to content

Commit 2048ee5

Browse files
committed
feat: framework update to 2.2.2
1 parent d6f31a0 commit 2048ee5

3 files changed

Lines changed: 3 additions & 3 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
@@ -10,4 +10,4 @@
1010
specific language governing permissions and limitations under the License.
1111
"""
1212

13-
__version__ = "2.2.1"
13+
__version__ = "2.2.2"

bk-plugin-framework/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bk-plugin-framework"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "bk plugin python framework"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# base
22
# DO NOT DELETE ANY PACKAGE IN base SECTION !!!
3-
bk-plugin-framework==2.2.1
3+
bk-plugin-framework==2.2.2
44
# add your custom requirements below this line

0 commit comments

Comments
 (0)