From db46e16719e26737aab07728d2c195ec52cbf7ce Mon Sep 17 00:00:00 2001 From: David Gnedt Date: Sun, 30 Oct 2022 22:48:03 +0100 Subject: [PATCH] Update Changelog and bump version to 3.0.0 --- Changelog | 3 +-- lib/cfv/common.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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