Skip to content

Commit 6d96220

Browse files
committed
minor: runtime release V2.1.0rc1
1 parent ead86c5 commit 6d96220

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 = "2.2.14"
3+
version = "2.3.0rc1"
44
description = "bk plugin python framework"
55
authors = ["Your Name <[email protected]>"]
66
license = "MIT"
@@ -10,7 +10,7 @@ python = "^3.8.0,<4.0"
1010
pydantic = ">=1.0,<3"
1111
werkzeug = ">=2.0.0, <4.0"
1212
apigw-manager = {version = ">=1.0.6, <4", extras = ["extra"]}
13-
bk-plugin-runtime = "2.0.12"
13+
bk-plugin-runtime = "2.1.0rc1"
1414
jsonschema = ">=2.5.0,<5.0.0"
1515

1616
[tool.poetry.dev-dependencies]

runtime/bk-plugin-runtime/bk_plugin_runtime/__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.0.12"
13+
__version__ = "2.1.0rc1"

runtime/bk-plugin-runtime/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-runtime"
3-
version = "2.0.12"
3+
version = "2.1.0rc1"
44
description = "bk plugin python django runtime"
55
authors = ["Your Name <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)