Skip to content

Commit

Permalink
chore: bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
smrutisenapati committed Oct 14, 2024
1 parent 18c9fe6 commit a188727
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.17.2](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.17.1...v1.17.2) (2024-10-14)


### Removed

* Remove unsupported APIs ([18c9fe6](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/18c9fe6391623f3e235771edbf42be0df80bd853))

## [1.17.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.17.0...v1.17.1) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion rapyuta_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .clients.rosbag import UploadOptions
from .clients.user_group import UserGroup

__version__ = "1.17.1"
__version__ = "1.17.2"

0 comments on commit a188727

Please sign in to comment.