diff --git a/NEWS b/NEWS index 2432c83..d088674 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,13 @@ cypari2 change log ================== +v2.1.4 +------ + +- compatibility with Python 3.12 [`https://github.com/sagemath/cypari2/pull/138`] +- compatibility with Cython 3 [`https://github.com/sagemath/cypari2/pull/139`] +- declare build dependencies in `pyproject.toml` [`https://github.com/sagemath/cypari2/pull/139`] + v2.1.3 ------ diff --git a/VERSION b/VERSION index ac2cdeb..7d2ed7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 +2.1.4