Skip to content

Commit 564ffab

Browse files
committed
Update Changelog and bump version to 3.1.0.dev0
1 parent 7d77a76 commit 564ffab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2022-xx-xx - v3.0.1.dev0:
1+
2024-05-20 - v3.1.0.dev0:
22
* WARNING: This is a development snapshot, not a stable release.
33
* Drop support for Python 3.5.
44
* Python 3.6 is now the minimum supported version.

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

3232
import contextlib

0 commit comments

Comments
 (0)