We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb88b1c commit 0ceb80eCopy full SHA for 0ceb80e
2 files changed
runtime/bk-plugin-runtime/bk_plugin_runtime/__version__.py
@@ -9,4 +9,4 @@
9
specific language governing permissions and limitations under the License.
10
"""
11
12
-__version__ = "2.1.2"
+__version__ = "2.1.3"
runtime/bk-plugin-runtime/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bk-plugin-runtime"
3
-version = "2.1.2"
+version = "2.1.3"
4
description = "bk plugin python django runtime"
5
authors = ["Your Name <you@example.com>"]
6
license = "MIT"
0 commit comments