Skip to content

Commit 0a34bba

Browse files
chore(release): 9.9.2 [skip ci]
## [9.9.2](v9.9.1...v9.9.2) (2025-05-16) ### Bug Fixes * **oauth2:** fix compatibility with Python3.8 ([1faf3d0](1faf3d0))
1 parent 3e5fc63 commit 0a34bba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.9.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.9.1...v9.9.2) (2025-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **oauth2:** fix compatibility with Python3.8 ([1faf3d0](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/1faf3d0486c9a7c82a79b74bc3286e412c217999))
7+
18
## [9.9.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.9.0...v9.9.1) (2025-05-13)
29

310

riocli/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "9.9.1"
16+
__version__ = "9.9.2"
1717

1818
import os
1919

0 commit comments

Comments
 (0)