Skip to content

Commit

Permalink
pygmo 2.19.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Aug 9, 2024
1 parent 2fcf69e commit c0c8e63
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(pygmo VERSION 2.19.6 LANGUAGES CXX C)
project(pygmo VERSION 2.19.7 LANGUAGES CXX C)

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

Expand Down
9 changes: 9 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Changelog
=========

2.19.7 (2024-08-09)
-------------------

Fix
~~~

- Fix tutorial
(`#167 <https://github.com/esa/pygmo2/pull/167>`__).

2.19.6 (2024-02-21)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tools/gha_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
echo "PYTHON_DIR: ${PYTHON_DIR}"

# The pagmo version to be used for releases.
export PAGMO_VERSION_RELEASE="2.19.0"
export PAGMO_VERSION_RELEASE="2.19.1"

# Check if this is a release build.
if [[ "${GITHUB_REF}" == "refs/tags/v"* ]]; then
Expand Down

0 comments on commit c0c8e63

Please sign in to comment.