Skip to content

Commit

Permalink
Release v1.2.6
Browse files Browse the repository at this point in the history
Fix a packaging issue in Jammy
  • Loading branch information
gergondet committed Nov 10, 2023
1 parent 23db49a commit 0878d84
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 @@ -12,7 +12,7 @@ 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.5)
set(PROJECT_VERSION 1.2.6)
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.5"
version = "1.2.6"
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.6-1debian1) unstable; urgency=medium

* New upstream release

-- Pierre Gergondet <[email protected]> Fri, 10 Nov 2023 19:27:27 +0900

spacevecalg (1.2.5-1debian1) unstable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 0878d84

Please sign in to comment.