Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
- Remove `using namespace` from a public header
  • Loading branch information
gergondet committed Jun 28, 2021
1 parent 988d986 commit 5fd81ac
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.5.0)
set(PROJECT_VERSION 1.5.1)
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.5.0"
version = "1.5.1"
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.5.1-1ubuntu1) UNRELEASED; urgency=medium

* Update upstream version

-- Pierre Gergondet <[email protected]> Mon, 28 Jun 2021 11:06:20 +0800

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

* Update upstream version
Expand Down

0 comments on commit 5fd81ac

Please sign in to comment.