Skip to content

Commit

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

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

## v1.5.0 (2023-08-06)

### Feature

* Encode tensors in Redis ([`7cfc8cf`](https://github.com/tmigimatsu/ctrl-utils/commit/7cfc8cf71a3ca02efe91f6f5259de53c92ae5245))

## v1.4.4 (2023-06-27)

### Fix
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.4
VERSION 1.5.0
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.4"
__version__ = "1.5.0"
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.4"
version = "1.5.0"
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.4"
__version__ = "1.5.0"


class CMakeExtension(setuptools.Extension):
Expand Down

0 comments on commit a30f24b

Please sign in to comment.