diff --git a/CMakeLists.txt b/CMakeLists.txt index 00a5a813..926bd4bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(PROJECT_NAME Tasks) set(PROJECT_DESCRIPTION "...") set(PROJECT_URL "https://github.com/jrl-umi3218/Tasks") set(PROJECT_DEBUG_POSTFIX "_d") -set(PROJECT_VERSION 1.6.0) +set(PROJECT_VERSION 1.7.0) set(PROJECT_USE_CMAKE_EXPORT TRUE) # Disable -Werror on Unix for now. diff --git a/conanfile.py b/conanfile.py index 92d150ca..69c2ad95 100644 --- a/conanfile.py +++ b/conanfile.py @@ -10,7 +10,7 @@ class TasksConan(base.Eigen3ToPythonConan): name = "Tasks" - version = "1.6.0" + version = "1.7.0" description = "Real time control of robots using constrained optimization" topics = ("robotics", "control", "optimization", "python") url = "https://github.com/jrl-umi3218/Tasks" diff --git a/debian/changelog b/debian/changelog index 7973262f..caaee269 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tasks (1.7.0-1debian1) unstable; urgency=medium + + * Update upstream version + + -- Pierre Gergondet Thu, 07 Jul 2022 11:25:04 +0200 + tasks (1.6.0-1debian1) unstable; urgency=medium * Update upstream version