File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
1111 FORCE)
1212endif ()
1313
14- project (pygmo VERSION 2.19.6 LANGUAGES CXX C)
14+ project (pygmo VERSION 2.19.7 LANGUAGES CXX C)
1515
1616list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" "${CMAKE_CURRENT_SOURCE_DIR} /cmake/yacma" )
1717
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ 2.19.7 (2024-08-09)
7+ -------------------
8+
9+ Fix
10+ ~~~
11+
12+ - Fix tutorial
13+ (`#167 <https://github.com/esa/pygmo2/pull/167 >`__).
14+
6152.19.6 (2024-02-21)
716-------------------
817
Original file line number Diff line number Diff line change 3636echo " PYTHON_DIR: ${PYTHON_DIR} "
3737
3838# The pagmo version to be used for releases.
39- export PAGMO_VERSION_RELEASE=" 2.19.0 "
39+ export PAGMO_VERSION_RELEASE=" 2.19.1 "
4040
4141# Check if this is a release build.
4242if [[ " ${GITHUB_REF} " == " refs/tags/v" * ]]; then
You can’t perform that action at this time.
0 commit comments