Skip to content

Commit bff9fd7

Browse files
ConchylicultorThe visu3d Authors
authored andcommitted
Update to 1.2.0
PiperOrigin-RevId: 451863548
1 parent 11c8f97 commit bff9fd7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.2.0] - 2022-05-27
12+
1113
### Changed
1214

1315
* Camera are now displayed with a complete frame.
@@ -16,5 +18,6 @@ Changelog follow https://keepachangelog.com/ format.
1618

1719
* Normalize `look_at` by default
1820

19-
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.1.0...HEAD
21+
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.2.0...HEAD
22+
[1.2.0]: https://github.com/google-research/visu3d/compare/v1.1.0...v1.2.0
2023
[1.1.0]: https://github.com/google-research/visu3d/releases/tag/v0.3.2

visu3d/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
except ImportError:
6262
pass
6363

64-
__version__ = '1.1.0'
64+
# Updating this will auto-trigger a release on PyPI and GitHub
65+
# Note: Make sure to also update the `CHANGELOG.md` before this.
66+
__version__ = '1.2.0'
6567

6668
del sys, pytest

0 commit comments

Comments
 (0)