Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 551221364
  • Loading branch information
Conchylicultor authored and The visu3d Authors committed Jul 26, 2023
1 parent 6cfb356 commit a64c854
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Changelog follow https://keepachangelog.com/ format.

## [Unreleased]

## [1.5.3] - 2023-06-29

* Fix `etils` import error.

## [1.5.2] - 2023-06-29

* Fix import error in Python 3.11
Expand Down Expand Up @@ -92,7 +96,8 @@ Changelog follow https://keepachangelog.com/ format.

* Normalize `look_at` by default

[Unreleased]: https://github.com/google-research/visu3d/compare/v1.5.2...HEAD
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.5.3...HEAD
[1.5.2]: https://github.com/google-research/visu3d/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/google-research/visu3d/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/google-research/visu3d/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/google-research/visu3d/compare/v1.4.0...v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion visu3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
# Note:
# * Make sure to also update the `CHANGELOG.md` before this.
# * Make sure to also trigger an `etils` release
__version__ = '1.5.2'
__version__ = '1.5.3'

0 comments on commit a64c854

Please sign in to comment.