Skip to content

Commit 6315ba4

Browse files
committed
1.4.0
Automatically generated by python-semantic-release
1 parent 5fd6a99 commit 6315ba4

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v1.4.0 (2022-01-18)
6+
### Feature
7+
* Semantic versioning ([`d1748be`](https://github.com/tmigimatsu/ctrl-utils/commit/d1748be30de489d05a696d7a8de486fc30ef5b9e))

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.3.0
15+
VERSION 1.4.0
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.3.0"
7+
__version__ = "1.4.0"

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.3.0"
10+
__version__ = "1.4.0"
1111

1212

1313
class CMakeExtension(setuptools.Extension):

0 commit comments

Comments
 (0)