Skip to content

Commit

Permalink
Bump version to 1.23.1 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Mar 30, 2022
1 parent d730987 commit b2e37d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [1.23.1] - 2022-03-30

### Changed

* The python module `icub_models` is now implemented in pure python. This removes the pybind11 dependency (https://github.com/robotology/icub-models/pull/143)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.8)

project(icub-models
VERSION 1.23.0)
VERSION 1.23.1)

include(GNUInstallDirs)

Expand Down

0 comments on commit b2e37d6

Please sign in to comment.