Skip to content

Commit c0c8e63

Browse files
committed
pygmo 2.19.7.
1 parent 2fcf69e commit c0c8e63

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
1111
FORCE)
1212
endif()
1313

14-
project(pygmo VERSION 2.19.6 LANGUAGES CXX C)
14+
project(pygmo VERSION 2.19.7 LANGUAGES CXX C)
1515

1616
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")
1717

doc/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Changelog
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+
615
2.19.6 (2024-02-21)
716
-------------------
817

tools/gha_manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636
echo "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.
4242
if [[ "${GITHUB_REF}" == "refs/tags/v"* ]]; then

0 commit comments

Comments
 (0)