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