Skip to content

Commit 49ed356

Browse files
committed
Update Changelog and bump version to 3.1.0
1 parent 61394c2 commit 49ed356

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Changelog

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2024-05-20 - v3.1.0.dev0:
2-
* WARNING: This is a development snapshot, not a stable release.
1+
2024-05-20 - v3.1.0:
32
* Drop support for Python 3.5.
43
* Python 3.6 is now the minimum supported version.
54
* Add support for Python 3.12 (Thanks to Louis Sautier).

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.0.dev0'
29+
__version__ = '3.1.0'
3030
__homepage__ = 'https://github.com/cfv-project/cfv'
3131

3232
import contextlib

0 commit comments

Comments
 (0)