Skip to content

Commit cf23b96

Browse files
ConchylicultorThe visu3d Authors
authored andcommitted
Release 1.5.1 (torch 2.0 support)
PiperOrigin-RevId: 517988546
1 parent 7c08a7a commit cf23b96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.1] - 2023-03-20
12+
13+
* Add `torch==2.0.0` support
14+
1115
## [1.5.0] - 2023-03-13
1216

1317
* **Add `torch` support! (Fix #12)**

visu3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
# Note:
5050
# * Make sure to also update the `CHANGELOG.md` before this.
5151
# * Make sure to also trigger an `etils` release
52-
__version__ = '1.5.0'
52+
__version__ = '1.5.1'

0 commit comments

Comments
 (0)