Skip to content

Commit

Permalink
Updating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tijcolem committed May 4, 2021
1 parent 7c8d3ec commit 87ae62c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ else()
endif()

# Install additional Documents, such as release notes
install(FILES "${PROJECT_SOURCE_DIR}/developer/doc/ReleaseNotes/OpenStudio_Prerelease_Notes_3_2_0.pdf" DESTINATION .)
install(FILES "${PROJECT_SOURCE_DIR}/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_2_0.20210504.pdf" DESTINATION .)
install(FILES "${PROJECT_SOURCE_DIR}//LICENSE.md" DESTINATION .)
install(FILES "${PROJECT_SOURCE_DIR}//CHANGELOG.md" DESTINATION .)
install(FILES "${PROJECT_SOURCE_DIR}//copyright.txt" DESTINATION .)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ New for OpenStudio SDK is support for Python bindings ( [#4122](https://github.c

`pip install openstudio==3.2.0`

 Please see [openstudio on PyPi](https://pypi.org/project/openstudio/) for further instructions on how to install. You can also visit the test channel at https://test.pypi.org/project/openstudio/ if you want to install development bindings. 
 Please see [openstudio on PyPi](https://pypi.org/project/openstudio/) for further instructions on how to install. Users can also visit the test channel at https://test.pypi.org/project/openstudio/ to install development bindings. 


## New Features, Major Fixes and API-breaking changes
Expand Down
Binary file not shown.

0 comments on commit 87ae62c

Please sign in to comment.