Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
Update cmake submodule to run Python tests with pytest

This fixes use with Python 3.10
  • Loading branch information
gergondet committed Oct 28, 2022
1 parent 2e61569 commit 0dc6361
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.1)
set(PROJECT_VERSION 1.2.2)
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.1"
version = "1.2.2"
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.2-1debian1) unstable; urgency=medium

* New upstream release

-- Pierre Gergondet <[email protected]> Thu, 27 Oct 2022 18:13:15 -0700

spacevecalg (1.2.1-1ubuntu1) unstable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 0dc6361

Please sign in to comment.