Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 18, 2022
1 parent 5fd6a99 commit 6315ba4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

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

## v1.4.0 (2022-01-18)
### Feature
* Semantic versioning ([`d1748be`](https://github.com/tmigimatsu/ctrl-utils/commit/d1748be30de489d05a696d7a8de486fc30ef5b9e))
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.3.0
VERSION 1.4.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.3.0"
__version__ = "1.4.0"
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.3.0"
__version__ = "1.4.0"


class CMakeExtension(setuptools.Extension):
Expand Down

0 comments on commit 6315ba4

Please sign in to comment.