Skip to content

Commit 830839f

Browse files
author
github-actions
committed
1.4.2
Automatically generated by python-semantic-release
1 parent f96f1d1 commit 830839f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.4.2 (2023-04-26)
6+
### Fix
7+
* Update pybind11 version ([`0bb2e7c`](https://github.com/tmigimatsu/ctrl-utils/commit/0bb2e7c10cb9a4c125f2b4c638528ad4c8f85e2e))
8+
59
## v1.4.1 (2022-04-26)
610
### Fix
711
* Fix Python error with Isometry3d inverse ([`67cf189`](https://github.com/tmigimatsu/ctrl-utils/commit/67cf189ce26458900389879d38e0033b6c1aedaa))

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.11)
1212

1313
# Define project
1414
project(ctrl_utils
15-
VERSION 1.4.1
15+
VERSION 1.4.2
1616
DESCRIPTION "Utility library for robot control"
1717
LANGUAGES CXX
1818
)

ctrlutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .ctrlutils import *
55
from . import eigen
66

7-
__version__ = "1.4.1"
7+
__version__ = "1.4.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88

99

10-
__version__ = "1.4.1"
10+
__version__ = "1.4.2"
1111

1212

1313
class CMakeExtension(setuptools.Extension):

0 commit comments

Comments
 (0)