Skip to content

Commit 9a98b94

Browse files
version bump
1 parent b08253b commit 9a98b94

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,6 @@ src\Aardvark.OpcViewer.psess
6767
/docs/PRo3D_ShortUserManual/*.fdb_latexmk
6868
/docs/PRo3D_ShortUserManual/*.fls
6969

70-
.ipynb_checkpoints/
70+
.ipynb_checkpoints/
71+
/__pycache__
72+
/profileDrawing/__pycache__

PRODUCT_RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.6.0-prerelease1
2+
- added cross sections
3+
14
## 5.5.0
25
- triangle Filter for Scene Objects (and Checkbox for de-activation added)
36
- Preview Cursor

aardium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PRo3D",
33
"productName": "PRo3D.Viewer",
4-
"version": "5.5.0",
4+
"version": "5.6.0-prerelease1",
55
"description": "PRo3D, short for Planetary Robotics 3D Viewer, is an interactive 3D visualization tool to allow planetary scientists to work with high-resolution 3D reconstructions of the Martian surface.",
66
"license": "AGPL",
77
"copyright": "VRVis Zentrum für Virtual Reality und Visualisierung Forschungs-GmbH",

0 commit comments

Comments
 (0)