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,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
Original file line number Diff line number Diff line change 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
6668del sys , pytest
You can’t perform that action at this time.
0 commit comments