Skip to content

Commit

Permalink
chore(release): 7.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.3.1](v7.3.0...v7.3.1) (2024-03-25)

### Bug Fixes

* **auth:** saves email_id when logged in with auth_token ([#288](#288)) ([5fb1bbe](5fb1bbe))
* **docs:** updates sphinx version and other dependencies ([#290](#290)) ([c6a8116](c6a8116))
* **project:** sends org when fetching guid from name ([#287](#287)) ([6eb340b](6eb340b))
  • Loading branch information
semantic-release-bot committed Mar 25, 2024
1 parent 796f821 commit 9205361
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.3.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.3.0...v7.3.1) (2024-03-25)


### Bug Fixes

* **auth:** saves email_id when logged in with auth_token ([#288](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/288)) ([5fb1bbe](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/5fb1bbe373b1055dc94603da7d41c346a58c1657))
* **docs:** updates sphinx version and other dependencies ([#290](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/290)) ([c6a8116](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/c6a811643cc3b1e8ae3283949fe6523255e221ba))
* **project:** sends org when fetching guid from name ([#287](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/287)) ([6eb340b](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/6eb340bebb26cf178e20cdacb7a371efa6745cd4))

# [7.3.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.2.1...v7.3.0) (2024-03-13)


Expand Down
2 changes: 1 addition & 1 deletion riocli/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "7.3.0"
__version__ = "7.3.1"

import click
import rapyuta_io.version
Expand Down

0 comments on commit 9205361

Please sign in to comment.