Skip to content

Commit

Permalink
Update: version bump to 0.9.0 (#1409)
Browse files Browse the repository at this point in the history
* Update: version bump to 0.9.0

 * Version bump to 0.9.0
 * README.md update to add the new forum

* Fix: minor indexing problem

 * Solved indexing problem in README.md
  • Loading branch information
germanros1987 authored and yxlao committed Dec 20, 2019
1 parent 2ebd0a7 commit e5ba382
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## Master

## 0.9.0

* Version bump to 0.9.0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<a href="http://www.open3d.org/docs/release/index.html#python-api-index">Python API</a> |
<a href="http://www.open3d.org/docs/release/cpp_api/index.html">C++ API</a> |
<a href="http://www.open3d.org/docs/release/contribute.html">Contribute</a> |
<a href="https://www.youtube.com/watch?v=I3UjXlA4IsU">Demo</a>
<a href="https://www.youtube.com/watch?v=I3UjXlA4IsU">Demo</a> |
<a href="https://forum.open3d.org">Forum</a>
</h4>

Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. We welcome contributions from the open-source community.
Expand Down
2 changes: 1 addition & 1 deletion src/Open3D/version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPEN3D_VERSION_MAJOR 0
OPEN3D_VERSION_MINOR 8
OPEN3D_VERSION_MINOR 9
OPEN3D_VERSION_PATCH 0
OPEN3D_VERSION_TWEAK 0

0 comments on commit e5ba382

Please sign in to comment.