Skip to content

Commit d5167ae

Browse files
yxlaossheoreygermanros1987
authored
version bump to 0.11.0 (#2475)
* version bump to 0.11.0 with docs * Fix version.txt path Co-authored-by: ssheorey <[email protected]> Co-authored-by: germanros1987 <[email protected]>
1 parent 53bf720 commit d5167ae

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

cpp/open3d/version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
OPEN3D_VERSION_MAJOR 0
2-
OPEN3D_VERSION_MINOR 10
3-
OPEN3D_VERSION_PATCH 1
2+
OPEN3D_VERSION_MINOR 11
3+
OPEN3D_VERSION_PATCH 0

docs/make_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def _run_sphinx(self):
303303
if self.is_release:
304304
version_list = [
305305
line.rstrip("\n").split(" ")[1]
306-
for line in open("../src/Open3D/version.txt")
306+
for line in open("../cpp/open3d/version.txt")
307307
]
308308
release_version = ".".join(version_list[:3])
309309
print("Building docs for release:", release_version)

docs/versions.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ document.write('\
1818
<td><a href="http://www.open3d.org/docs/latest/cpp_api">latest C++</a></td>\
1919
</tr>\
2020
<tr>\
21-
<td><a href="http://www.open3d.org/docs/release">0.10.1</a></td>\
22-
<td><a href="http://www.open3d.org/docs/release/cpp_api">0.10.1 C++</a></td>\
21+
<td><a href="http://www.open3d.org/docs/release">0.11.0</a></td>\
22+
<td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.0 C++</a></td>\
23+
</tr>\
24+
<tr>\
25+
<td><a href="http://www.open3d.org/docs/0.10.1">0.10.1</a></td>\
26+
<td><a href="http://www.open3d.org/docs/0.10.1/cpp_api">0.10.1 C++</a></td>\
2327
</tr>\
2428
<tr>\
2529
<td><a href="http://www.open3d.org/docs/0.10.0">0.10.0</a></td>\

0 commit comments

Comments
 (0)