We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf5b59 commit d96b3d6Copy full SHA for d96b3d6
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.6"
+__version__ = "2.1.7"
runtime/bk-plugin-runtime/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "bk-plugin-runtime"
3
-version = "2.1.6"
+version = "2.1.7"
4
description = "bk plugin python django runtime"
5
authors = ["Your Name <you@example.com>"]
6
license = "MIT"
0 commit comments