Skip to content

Commit

Permalink
Release v1.2.4
Browse files Browse the repository at this point in the history
Fix an issue with the package dependencies
  • Loading branch information
gergondet committed Jan 24, 2023
1 parent b9ad68e commit 0e61723
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_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(PROJECT_NAME SpaceVecAlg)
set(PROJECT_DESCRIPTION "Implementation of spatial vector algebra with the Eigen3 linear algebra library.")
set(PROJECT_URL "https://github.com/jrl-umi3218/SpaceVecAlg")
set(PROJECT_VERSION 1.2.3)
set(PROJECT_VERSION 1.2.4)
set(PROJECT_USE_CMAKE_EXPORT TRUE)
set(PYTHON_BINDING_USE_PYTEST ON)

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class SpaceVecAlgConan(base.Eigen3ToPythonConan):
name = "SpaceVecAlg"
version = "1.2.3"
version = "1.2.4"
description = "Spatial Vector Algebra with the Eigen library"
topics = ("robotics", "algebra", "eigen", "python")
url = "https://github.com/jrl-umi3218/SpaceVecAlg"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
spacevecalg (1.2.4-1debian1) unstable; urgency=medium

* New upstream release

-- Pierre Gergondet <[email protected]> Tue, 24 Jan 2023 16:30:04 +0900

spacevecalg (1.2.3) unstable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 0e61723

Please sign in to comment.