Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
- Load material information from URDF and YAML files
- Fix C4819 warnings on MSVC
  • Loading branch information
gergondet committed Nov 9, 2020
1 parent 1a33a54 commit 2247ddc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(PROJECT_NAME RBDyn)
set(PROJECT_DESCRIPTION "...")
set(PROJECT_URL "https://github.com/jrl-umi3218/RBDyn")
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_VERSION 1.3.0)
set(PROJECT_VERSION 1.4.0)
set(PROJECT_USE_CMAKE_EXPORT TRUE)

option(BUILD_RBDYN_PARSERS "Build URDF and YAML parsers" ON)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_default_options():

class RBDynConan(base.Eigen3ToPythonConan):
name = "RBDyn"
version = "1.3.0"
version = "1.4.0"
description = "Model the dynamics of rigid body systems"
topics = ("robotics", "dynamics", "eigen", "python")
url = "https://github.com/jrl-umi3218/RBDyn"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rbdyn (1.4.0-1ubuntu1) unstable; urgency=medium

* Update upstream version

-- Pierre Gergondet <[email protected]> Mon, 09 Nov 2020 14:48:30 +0800

rbdyn (1.3.0-1ubuntu1) unstable; urgency=medium

* Update upstream version
Expand Down

0 comments on commit 2247ddc

Please sign in to comment.