Skip to content

Commit e5ba382

Browse files
germanros1987yxlao
authored andcommitted
Update: version bump to 0.9.0 (#1409)
* 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
1 parent 2ebd0a7 commit e5ba382

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
## Master
22

3+
## 0.9.0
4+
5+
* Version bump to 0.9.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<a href="http://www.open3d.org/docs/release/index.html#python-api-index">Python API</a> |
1313
<a href="http://www.open3d.org/docs/release/cpp_api/index.html">C++ API</a> |
1414
<a href="http://www.open3d.org/docs/release/contribute.html">Contribute</a> |
15-
<a href="https://www.youtube.com/watch?v=I3UjXlA4IsU">Demo</a>
15+
<a href="https://www.youtube.com/watch?v=I3UjXlA4IsU">Demo</a> |
16+
<a href="https://forum.open3d.org">Forum</a>
1617
</h4>
1718

1819
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.

src/Open3D/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
OPEN3D_VERSION_MAJOR 0
2-
OPEN3D_VERSION_MINOR 8
2+
OPEN3D_VERSION_MINOR 9
33
OPEN3D_VERSION_PATCH 0
44
OPEN3D_VERSION_TWEAK 0

0 commit comments

Comments
 (0)