Skip to content

Commit beaeecd

Browse files
ConchylicultorThe visu3d Authors
authored andcommitted
Release visu3d 1.3.0
PiperOrigin-RevId: 481620301
1 parent d08d8b8 commit beaeecd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Changelog follow https://keepachangelog.com/ format.
88

99
## [Unreleased]
1010

11+
## [1.3.0] - 2022-10-17
12+
1113
### Added
1214

1315
* `v3d.math` to expose:
@@ -54,6 +56,7 @@ Changelog follow https://keepachangelog.com/ format.
5456

5557
* Normalize `look_at` by default
5658

57-
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.2.0...HEAD
59+
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.3.0...HEAD
60+
[1.2.0]: https://github.com/google-research/visu3d/compare/v1.2.0...v1.3.0
5861
[1.2.0]: https://github.com/google-research/visu3d/compare/v1.1.0...v1.2.0
5962
[1.1.0]: https://github.com/google-research/visu3d/releases/tag/v0.3.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"dataclass_array",
2828
"einops",
2929
# If modifying this, also modify `pytest_and_autopublish.yml`
30-
"etils[array_types,edc,enp,epath,epy,etree]",
30+
"etils[edc,enp,epath,epy,etree]",
3131
"numpy",
3232
"typing_extensions",
3333
]

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.2.0'
51+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)