diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 45635322..86799c09 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "executor": "0.15.2", + "executor": "0.15.3", "oocana": "0.15.2" } diff --git a/executor/CHANGELOG.md b/executor/CHANGELOG.md index 99aa6aa0..e764eab0 100644 --- a/executor/CHANGELOG.md +++ b/executor/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.3](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.15.2...oocana-python-executor@0.15.3) (2025-03-21) + + +### Code Refactoring + +* remove compatible ([7817afe](https://github.com/oomol/oocana-python/commit/7817afe812677747ba4d6058d17b5ecdbd6d051f)) + ## [0.15.2](https://github.com/oomol/oocana-python/compare/oocana-python-executor@0.15.1...oocana-python-executor@0.15.2) (2025-03-21) diff --git a/executor/pyproject.toml b/executor/pyproject.toml index e118f330..f0ea9446 100644 --- a/executor/pyproject.toml +++ b/executor/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oocana-python-executor" -version = "0.15.2" +version = "0.15.3" authors = [ {name = "l1shen", email = "lishen1635@gmail.com"}, {name = "yleaf", email = "11785335+leavesster@users.noreply.github.com"},