diff --git a/doc/changelog.rst b/doc/changelog.rst index 4c950c27..a87b4a0e 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,18 @@ Changelog ========= +7.0.1 (unreleased) +------------------ + +Fix +~~~ + +- Exclude the docs from the sdist build in order to limit the size + of the tarball + (`#210 `__). +- Fix unit test failure in Python 3.13 + (`#210 `__). + 7.0.0 (2024-12-28) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 53c4d2e7..977854a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Python library for ODE integration via Taylor's method and LLVM" readme = 'README.md' requires-python = '>=3.9' dependencies = ['cloudpickle', 'numpy >= 2'] -authors = [{ name = 'Francesco Biscarni', email = 'bluescarni@gmail.com' }] +authors = [{ name = 'Francesco Biscani', email = 'bluescarni@gmail.com' }] license = { text = 'MPL-2.0' } classifiers = [ # How mature is this project? Common values are