Skip to content

Commit a64c854

Browse files
ConchylicultorThe visu3d Authors
authored andcommitted
Release new version
PiperOrigin-RevId: 551221364
1 parent 6cfb356 commit a64c854

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

visu3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
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'

0 commit comments

Comments
 (0)