File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v1.4.2 (2023-04-26)
6
+ ### Fix
7
+ * Update pybind11 version ([ ` 0bb2e7c ` ] ( https://github.com/tmigimatsu/ctrl-utils/commit/0bb2e7c10cb9a4c125f2b4c638528ad4c8f85e2e ) )
8
+
5
9
## v1.4.1 (2022-04-26)
6
10
### Fix
7
11
* Fix Python error with Isometry3d inverse ([ ` 67cf189 ` ] ( https://github.com/tmigimatsu/ctrl-utils/commit/67cf189ce26458900389879d38e0033b6c1aedaa ) )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.11)
12
12
13
13
# Define project
14
14
project (ctrl_utils
15
- VERSION 1.4.1
15
+ VERSION 1.4.2
16
16
DESCRIPTION "Utility library for robot control"
17
17
LANGUAGES CXX
18
18
)
Original file line number Diff line number Diff line change 4
4
from .ctrlutils import *
5
5
from . import eigen
6
6
7
- __version__ = "1.4.1 "
7
+ __version__ = "1.4.2 "
Original file line number Diff line number Diff line change 7
7
import sys
8
8
9
9
10
- __version__ = "1.4.1 "
10
+ __version__ = "1.4.2 "
11
11
12
12
13
13
class CMakeExtension (setuptools .Extension ):
You can’t perform that action at this time.
0 commit comments