# HG changeset patch # User François FERRY <francois.ferry@logilab.fr> # Date 1696516526 -7200 # Thu Oct 05 16:35:26 2023 +0200 # Node ID 2e20fb013b29d2ae8f09f92f91eda319cf2ea547 # Parent e86e8875905e6bc8ea8c4faa0ad44a0edd261522 chore(pkg): new major release (4.0.0) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## Version 4.0.0 (2023-10-05) +### 🎉 New features + +- run flynt on the code base to convert everything into f-strings +- upgrade CubicWeb to version 4 + *BREAKING CHANGE*: upgrade CubicWeb to version 4 + +### 📠Documentation + +- licence: update licence dates + +### 🤖 Continuous integration + +- that tox option is now named allowlist_externals + ## Version 3.3.1 (2023-01-17) ### 🎉 New features @@ -33,4 +48,4 @@ ### 🤷 Various changes - Bump version to 3.0.0 -- storages: Fix log when key download fails +- storages: Fix log when key download fails \ No newline at end of file diff --git a/cubicweb_s3storage/__pkginfo__.py b/cubicweb_s3storage/__pkginfo__.py --- a/cubicweb_s3storage/__pkginfo__.py +++ b/cubicweb_s3storage/__pkginfo__.py @@ -5,7 +5,7 @@ modname = "cubicweb_s3storage" distname = "cubicweb-s3storage" -numversion = (3, 3, 1) +numversion = (4, 0, 0) version = ".".join(str(num) for num in numversion) license = "LGPL"