Skip to content

Commit

Permalink
Release v1.7.1
Browse files Browse the repository at this point in the history
- [parsers] Default ParserParameters{} should match the other API
  • Loading branch information
gergondet committed Oct 22, 2022
1 parent 82a2538 commit 38bff57
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 @@ -11,7 +11,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.7.0)
set(PROJECT_VERSION 1.7.1)
set(PROJECT_USE_CMAKE_EXPORT TRUE)
if(DEFINED PYTHON_BINDING_USE_PYTEST AND NOT PYTHON_BINDING_USE_PYTEST)
set(PYTHON_BINDING_USE_PYTEST ON CACHE BOOL "" FORCE)
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.7.0"
version = "1.7.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.7.1-1debian1) unstable; urgency=medium

* Update upstream version

-- Pierre Gergondet <[email protected]> Sat, 22 Oct 2022 12:32:50 -0700

rbdyn (1.7.0-1debian1) unstable; urgency=medium

* Update upstream version
Expand Down

0 comments on commit 38bff57

Please sign in to comment.