Skip to content

Commit d23d794

Browse files
committed
Update Changelog and bump version to 3.2.0.dev0
1 parent 0832714 commit d23d794

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
2025-xx-xx - v3.1.1.dev0:
1+
2025-11-02 - v3.2.0.dev0:
22
* WARNING: This is a development snapshot, not a stable release.
33
* Drop support for Python 3.6.
44
* Python 3.7 is now the minimum supported version.
55
* Add support for Python 3.14.
66
* Add support for Python 3.15.
7+
* Fix SystemError when requesting terminal size.
8+
* Migrate to pyproject.toml.
9+
* Fix typos (Thanks to Kian-Meng Ang).
10+
* Improvements to benchmark.py (Thanks to @mirusu400).
711

812
2024-05-20 - v3.1.0:
913
* Drop support for Python 3.5.

lib/cfv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from builtins import range
2727
from builtins import str
2828

29-
__version__ = '3.1.1.dev0'
29+
__version__ = '3.2.0.dev0'
3030
__homepage__ = 'https://github.com/cfv-project/cfv'
3131

3232
import contextlib

0 commit comments

Comments
 (0)