diff --git a/Changelog b/Changelog index 2186623..1e6ed37 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,4 @@ -2022-10-30 - v3.0.0.dev1: - * WARNING: This is a development snapshot, not a stable release. +2022-10-30 - v3.0.0: * Tested platforms: Linux and FreeBSD. If there is interest in supporting more platforms (e.g. OSX and Windows), please get in contact with the project. * Support for Python 3 (Thanks to Steven Xu for major contributions). * Python 3.5 is now the minimum supported version. diff --git a/lib/cfv/common.py b/lib/cfv/common.py index 3d871fa..37b969b 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.0.0.dev1' +__version__ = '3.0.0' __homepage__ = 'https://github.com/cfv-project/cfv' import copy