Skip to content

Commit 31fdcad

Browse files
authored
version bump t0 v0.11.1 (#2539)
1 parent f1d478c commit 31fdcad

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,29 +72,21 @@ and [Open3D C++ interface](http://www.open3d.org/docs/release/cpp_api.html).
7272

7373
## Open3D-Viewer app
7474

75-
<img align="left" width="480" src="https://raw.githubusercontent.com/intel-isl/Open3D/master/docs/_static/open3d_viewer.png">
75+
<img width="480" src="https://raw.githubusercontent.com/intel-isl/Open3D/master/docs/_static/open3d_viewer.png">
7676

7777
Open3D-Viewer is a standalone 3D viewer app available on Ubuntu and macOS.
78-
Please stay tuned for Windows.
79-
80-
Download Open3D Viewer from the
78+
Please stay tuned for Windows. Download Open3D Viewer from the
8179
[release page](https://github.com/intel-isl/Open3D/releases).
8280

83-
<br clear="left"/>
84-
8581
## Open3D-ML
8682

87-
<img align="left" width="480" src="https://raw.githubusercontent.com/intel-isl/Open3D-ML/master/docs/images/getting_started_ml_visualizer.gif">
83+
<img width="480" src="https://raw.githubusercontent.com/intel-isl/Open3D-ML/master/docs/images/getting_started_ml_visualizer.gif">
8884

8985
Open3D-ML is an extension of Open3D for 3D machine learning tasks. It builds on
9086
top of the Open3D core library and extends it with machine learning tools for
91-
3D data processing.
92-
93-
To try it out, install Open3D with PyTorch or TensorFlow and check out
87+
3D data processing. To try it out, install Open3D with PyTorch or TensorFlow and check out
9488
[Open3D-ML](https://github.com/intel-isl/Open3D-ML).
9589

96-
<br clear="left"/>
97-
9890
## Communication channels
9991

10092
* [GitHub Issue](https://github.com/intel-isl/Open3D/issues): bug reports,

cpp/open3d/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
OPEN3D_VERSION_MAJOR 0
22
OPEN3D_VERSION_MINOR 11
3-
OPEN3D_VERSION_PATCH 0
3+
OPEN3D_VERSION_PATCH 1

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.11.0</a></td>\
22-
<td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.0 C++</a></td>\
21+
<td><a href="http://www.open3d.org/docs/release">0.11.1</a></td>\
22+
<td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.1 C++</a></td>\
23+
</tr>\
24+
<tr>\
25+
<td><a href="http://www.open3d.org/docs/0.11.0">0.11.0</a></td>\
26+
<td><a href="http://www.open3d.org/docs/0.11.0/cpp_api">0.11.0 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)