Skip to content

Commit

Permalink
version bump to 0.11.0 (#2475)
Browse files Browse the repository at this point in the history
* version bump to 0.11.0 with docs

* Fix version.txt path

Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com>
Co-authored-by: germanros1987 <38517452+germanros1987@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 15, 2020
1 parent 53bf720 commit d5167ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cpp/open3d/version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
OPEN3D_VERSION_MAJOR 0
OPEN3D_VERSION_MINOR 10
OPEN3D_VERSION_PATCH 1
OPEN3D_VERSION_MINOR 11
OPEN3D_VERSION_PATCH 0
2 changes: 1 addition & 1 deletion docs/make_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def _run_sphinx(self):
if self.is_release:
version_list = [
line.rstrip("\n").split(" ")[1]
for line in open("../src/Open3D/version.txt")
for line in open("../cpp/open3d/version.txt")
]
release_version = ".".join(version_list[:3])
print("Building docs for release:", release_version)
Expand Down
8 changes: 6 additions & 2 deletions docs/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ document.write('\
<td><a href="http://www.open3d.org/docs/latest/cpp_api">latest C++</a></td>\
</tr>\
<tr>\
<td><a href="http://www.open3d.org/docs/release">0.10.1</a></td>\
<td><a href="http://www.open3d.org/docs/release/cpp_api">0.10.1 C++</a></td>\
<td><a href="http://www.open3d.org/docs/release">0.11.0</a></td>\
<td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.0 C++</a></td>\
</tr>\
<tr>\
<td><a href="http://www.open3d.org/docs/0.10.1">0.10.1</a></td>\
<td><a href="http://www.open3d.org/docs/0.10.1/cpp_api">0.10.1 C++</a></td>\
</tr>\
<tr>\
<td><a href="http://www.open3d.org/docs/0.10.0">0.10.0</a></td>\
Expand Down

0 comments on commit d5167ae

Please sign in to comment.