Skip to content

Commit

Permalink
New version number and changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
francisengelmann committed Jun 26, 2020
1 parent da1b48b commit 06deff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Version 0.2
- 0.2.19: Add verbose flag to save function.
- 0.2.18: Several smaller improvements, including colors for lines, alpha value for point clouds when no color is provided and assertions for shapes.
- 0.2.12: Add alpha value to point clouds and folders to gui. Add progress bar while loading elements. Add camera object.
- 0.2.11: Add phong shading to point clouds.
- 0.2.10: Add lines primitives. Can for example be used to display normals.
- 0.2.9: Add object parameter `visible` indicating wether the object is visible on default or not.


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

version = '0.2.18'
version = '0.2.19'

setup(name='pyviz3d',
version=version,
Expand Down

0 comments on commit 06deff4

Please sign in to comment.