We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61394c2 commit 49ed356Copy full SHA for 49ed356
Changelog
@@ -1,5 +1,4 @@
1
-2024-05-20 - v3.1.0.dev0:
2
- * WARNING: This is a development snapshot, not a stable release.
+2024-05-20 - v3.1.0:
3
* Drop support for Python 3.5.
4
* Python 3.6 is now the minimum supported version.
5
* Add support for Python 3.12 (Thanks to Louis Sautier).
lib/cfv/common.py
@@ -26,7 +26,7 @@
26
from builtins import range
27
from builtins import str
28
29
-__version__ = '3.1.0.dev0'
+__version__ = '3.1.0'
30
__homepage__ = 'https://github.com/cfv-project/cfv'
31
32
import contextlib
0 commit comments