Skip to content

Commit

Permalink
heyoka.py 7.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jan 7, 2025
1 parent b005b6c commit 3f08e41
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(heyoka.py VERSION 7.2.0 LANGUAGES CXX C)
project(heyoka.py VERSION 7.2.1 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
=========

7.2.1 (2025-01-07)
------------------

Fix
~~~

- Work around a thread-safety issue in the erfa routines used
to convert between UTC and TAI Julian dates.

7.2.0 (2025-01-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ['scikit-build-core', 'pybind11 >= 2.10', 'numpy >= 2']

[project]
name = 'heyoka'
version = '7.2.0'
version = '7.2.1'
description = "Python library for ODE integration via Taylor's method and LLVM"
readme = 'README.md'
requires-python = '>=3.9'
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
echo "PYTHON_DIR: ${PYTHON_DIR}"

# The heyoka version to be used for releases.
export HEYOKA_VERSION_RELEASE="7.2.0"
export HEYOKA_VERSION_RELEASE="7.2.1"

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

0 comments on commit 3f08e41

Please sign in to comment.