Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lxp committed May 20, 2024
1 parent 49ed356 commit d4db6d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-xx-xx - v3.1.1.dev0:
* WARNING: This is a development snapshot, not a stable release.

2024-05-20 - v3.1.0:
* Drop support for Python 3.5.
* Python 3.6 is now the minimum supported version.
Expand Down
2 changes: 1 addition & 1 deletion lib/cfv/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from builtins import range
from builtins import str

__version__ = '3.1.0'
__version__ = '3.1.1.dev0'
__homepage__ = 'https://github.com/cfv-project/cfv'

import contextlib
Expand Down

0 comments on commit d4db6d0

Please sign in to comment.