Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 26, 2023
1 parent f96f1d1 commit 830839f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.4.2 (2023-04-26)
### Fix
* Update pybind11 version ([`0bb2e7c`](https://github.com/tmigimatsu/ctrl-utils/commit/0bb2e7c10cb9a4c125f2b4c638528ad4c8f85e2e))

## v1.4.1 (2022-04-26)
### Fix
* Fix Python error with Isometry3d inverse ([`67cf189`](https://github.com/tmigimatsu/ctrl-utils/commit/67cf189ce26458900389879d38e0033b6c1aedaa))
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.11)

# Define project
project(ctrl_utils
VERSION 1.4.1
VERSION 1.4.2
DESCRIPTION "Utility library for robot control"
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion ctrlutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .ctrlutils import *
from . import eigen

__version__ = "1.4.1"
__version__ = "1.4.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys


__version__ = "1.4.1"
__version__ = "1.4.2"


class CMakeExtension(setuptools.Extension):
Expand Down

0 comments on commit 830839f

Please sign in to comment.