File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Changelog follow https://keepachangelog.com/ format.
88
99## [ Unreleased]
1010
11+ ## [ 1.5.3] - 2023-06-29
12+
13+ * Fix ` etils ` import error.
14+
1115## [ 1.5.2] - 2023-06-29
1216
1317* Fix import error in Python 3.11
@@ -92,7 +96,8 @@ Changelog follow https://keepachangelog.com/ format.
9296
9397* Normalize ` look_at ` by default
9498
95- [ Unreleased ] : https://github.com/google-research/visu3d/compare/v1.5.2...HEAD
99+ [ Unreleased ] : https://github.com/google-research/visu3d/compare/v1.5.3...HEAD
100+ [ 1.5.2 ] : https://github.com/google-research/visu3d/compare/v1.5.2...v1.5.3
96101[ 1.5.2 ] : https://github.com/google-research/visu3d/compare/v1.5.1...v1.5.2
97102[ 1.5.1 ] : https://github.com/google-research/visu3d/compare/v1.5.0...v1.5.1
98103[ 1.5.0 ] : https://github.com/google-research/visu3d/compare/v1.4.0...v1.5.0
Original file line number Diff line number Diff line change 4848# Note:
4949# * Make sure to also update the `CHANGELOG.md` before this.
5050# * Make sure to also trigger an `etils` release
51- __version__ = '1.5.2 '
51+ __version__ = '1.5.3 '
You can’t perform that action at this time.
0 commit comments