Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Apr 11, 2021
2 parents d667204 + db312bf commit ac0197b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The wheels uploaded to PyPI are now `manylinux_2_24` compliant (https://github.com/robotology/idyntree/pull/844)


## [3.0.2] - 2020-04-11

### Fixed
- Fixed compilation of Python bindings on Windows (https://github.com/robotology/idyntree/pull/843).

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

cmake_minimum_required(VERSION 3.16)

project(iDynTree VERSION 3.0.1
project(iDynTree VERSION 3.0.2
LANGUAGES C CXX)

# Disable in source build, unless Eclipse is used
Expand Down

0 comments on commit ac0197b

Please sign in to comment.