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)
11
11
FORCE )
12
12
endif ()
13
13
14
- project (pygmo VERSION 2.19.6 LANGUAGES CXX C )
14
+ project (pygmo VERSION 2.19.7 LANGUAGES CXX C )
15
15
16
16
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" "${CMAKE_CURRENT_SOURCE_DIR} /cmake/yacma" )
17
17
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
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
+
6
15
2.19.6 (2024-02-21)
7
16
-------------------
8
17
Original file line number Diff line number Diff line change 36
36
echo " PYTHON_DIR: ${PYTHON_DIR} "
37
37
38
38
# The pagmo version to be used for releases.
39
- export PAGMO_VERSION_RELEASE=" 2.19.0 "
39
+ export PAGMO_VERSION_RELEASE=" 2.19.1 "
40
40
41
41
# Check if this is a release build.
42
42
if [[ " ${GITHUB_REF} " == " refs/tags/v" * ]]; then
You can’t perform that action at this time.
0 commit comments