Skip to content

Commit

Permalink
feat(2.4.1): new version to include pip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
themasterlink committed Jul 22, 2022
1 parent cc8898e commit 0d68ad5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__pycache__
dist/
*/__pycache__
blenderproc.egg-info/
build/
Expand Down Expand Up @@ -29,4 +30,4 @@ docs/source/*rst
docs/source/images/
docs/source/examples/
docs/source/*md
blenderproc_resources/
blenderproc_resources/
2 changes: 1 addition & 1 deletion blenderproc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.4.0'
__version__ = '2.4.1'
5 changes: 5 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

# Version History

## Version 2.4.1 22th July 2022
- allow writing poses for robot links in the BopWriter
- fix a pip install bug
- fix a bug in the LinkUtility of the URDF loader

## Version 2.4.0 20th July 2022
- add urdf support:
- this enables the simulation of robotic arms with forward and inverse kinematics
Expand Down

0 comments on commit 0d68ad5

Please sign in to comment.