diff --git a/Changelog b/Changelog index 9efd5ce..8ff19f8 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,4 @@ -2024-05-20 - v3.1.0.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. * Add support for Python 3.12 (Thanks to Louis Sautier). diff --git a/lib/cfv/common.py b/lib/cfv/common.py index cc74902..09d4a84 100644 --- a/lib/cfv/common.py +++ b/lib/cfv/common.py @@ -26,7 +26,7 @@ from builtins import range from builtins import str -__version__ = '3.1.0.dev0' +__version__ = '3.1.0' __homepage__ = 'https://github.com/cfv-project/cfv' import contextlib