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