Skip to content

Commit

Permalink
1.4.3
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 859d89a commit c2c1874
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.3 (2023-04-26)
### Fix
* Move to pyproject.toml ([`bebc47b`](https://github.com/tmigimatsu/ctrl-utils/commit/bebc47b8f2451d3dcd9c62d4aa077a5018754267))

## v1.4.2 (2023-04-26)
### Fix
* Update pybind11 version ([`0bb2e7c`](https://github.com/tmigimatsu/ctrl-utils/commit/0bb2e7c10cb9a4c125f2b4c638528ad4c8f85e2e))
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.2
VERSION 1.4.3
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.2"
__version__ = "1.4.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ctrlutils"
version = "1.4.2"
version = "1.4.3"
authors = [
{name = "Toki Migimatsu", email = "[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools.extern.packaging import version # type: ignore


__version__ = "1.4.2"
__version__ = "1.4.3"


class CMakeExtension(setuptools.Extension):
Expand Down

0 comments on commit c2c1874

Please sign in to comment.