Skip to content

Commit

Permalink
Update to 1.2.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 451863548
  • Loading branch information
Conchylicultor authored and The visu3d Authors committed May 30, 2022
1 parent 11c8f97 commit bff9fd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog follow https://keepachangelog.com/ format.

## [Unreleased]

## [1.2.0] - 2022-05-27

### Changed

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

* Normalize `look_at` by default

[Unreleased]: https://github.com/google-research/visu3d/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/google-research/visu3d/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/google-research/visu3d/releases/tag/v0.3.2
4 changes: 3 additions & 1 deletion visu3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
except ImportError:
pass

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

del sys, pytest

0 comments on commit bff9fd7

Please sign in to comment.