Skip to content

Commit dfca64b

Browse files
author
Matthias Koeppe
committed
NEWS, VERSION: 2.2.0rc1
1 parent 7938dc4 commit dfca64b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

NEWS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
cypari2 change log
33
==================
44

5-
v2.2.0 (in development)
5+
v2.2.0 (release candidate)
66
------
77

8-
- require cysignals >= 1.11.3
8+
- Require cysignals >= 1.11.3, use the signal hook
9+
[`https://github.com/sagemath/cypari2/pull/130`] by @kliem
10+
- Require Cython >= 3.0, use the trashcan for class Gen
11+
[`https://github.com/sagemath/cypari2/pull/77`] by @jdemeyer
912

1013
v2.1.5
1114
------

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Requirements:
4848
or install from source.
4949
- Python >= 3.9
5050
- pip
51-
- `cysignals <https://pypi.python.org/pypi/cysignals/>`_ >= 1.7
51+
- `cysignals <https://pypi.python.org/pypi/cysignals/>`_ >= 1.11.3
5252
- Cython >= 3.0
5353

5454
Install cypari2 via the Python Package Index (PyPI) via

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.5
1+
2.2.0rc1

0 commit comments

Comments
 (0)