File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Compatible versions:
144144
145145| python-flint | Release date | CPython | FLINT | Cython |
146146| --------------| ---------------| -------------| ------------| ------------------|
147- | ` 0.9.0 ` | ??? | ` 3.10-3.14 ` | ` 3.0-3.6 ` | ` 3.1-3.2? ` |
147+ | ` 0.9.0 ` | 3rd Jul 2026 | ` 3.10-3.14 ` | ` 3.0-3.6 ` | ` 3.1-3.2 ` |
148148| ` 0.8.0 ` | 29th Aug 2025 | ` 3.11-3.14 ` | ` 3.0-3.3 ` | ` 3.1 ` only |
149149| ` 0.7.0 ` | 16th Mar 2025 | ` 3.11-3.13 ` | ` 3.0-3.2 ` | ` 3.0.11-3.1.0a1 ` |
150150| ` 0.6.0 ` | 1st Feb 2024 | ` 3.9-3.12 ` | ` 3.0 ` only | ` 3.0 ` only |
@@ -163,8 +163,8 @@ experimental.
163163CHANGELOG
164164=========
165165
166- Next release ( 0.9.0)...
167- -----------------------
166+ 0.9.0
167+ -----
168168
169169Contributors (0.9.0):
170170
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ Compatible versions:
8585 - FLINT
8686 - Cython
8787 * - 0.9.0
88- - Not yet
88+ - 3rd Jul 2026
8989 - 3.10-3.14
9090 - 3.0-3.6
91- - 3.1-3.2?
91+ - 3.1-3.2
9292 * - 0.8.0
9393 - 29th Aug 2025
9494 - 3.11-3.14
Original file line number Diff line number Diff line change 5252# built documents.
5353#
5454# The short X.Y version.
55- version = '0.8 .0'
55+ version = '0.9 .0'
5656# The full version, including alpha/beta/rc tags.
57- release = '0.8 .0'
57+ release = '0.9 .0'
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
Original file line number Diff line number Diff line change 11[project ]
22name = " python-flint"
33description = " Bindings for FLINT"
4- version = " 0.8 .0"
4+ version = " 0.9 .0"
55
66# This needs to be in sync with README, and CI config.
77requires-python = " >= 3.10"
Original file line number Diff line number Diff line change 4848 Ordering ,
4949)
5050
51- __version__ = "0.8 .0"
51+ __version__ = "0.9 .0"
5252
5353
5454__all__ = [
Original file line number Diff line number Diff line change 4646
4747def test_pyflint ():
4848
49- assert flint .__version__ == "0.8 .0"
49+ assert flint .__version__ == "0.9 .0"
5050
5151 ctx = flint .ctx
5252 assert str (ctx ) == repr (ctx ) == _default_ctx_string
You can’t perform that action at this time.
0 commit comments