# HG changeset patch # User François FERRY <francois.ferry@logilab.fr> # Date 1649172392 -7200 # Tue Apr 05 17:26:32 2022 +0200 # Node ID d8232c10be38683cb5ecc40daf94bcafd0590971 # Parent cfaaa4dc92f10608c5e48710848d011b41937dd3 chore(pkg): new minor release (3.1.0) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +## Version 3.1.0 (2022-04-05) +### 🎉 New features + +- cube-doctor: add add-set-cubicweb-max-version +- setup.py: increase cubicweb max version to 3.33.x +- setup.py: increase cubicweb max version to 3.33.x +- setup.py: increase cubicweb max version to 3.34.x +- setup.py: increase cubicweb max version to 3.34.x +- setup.py: increase cubicweb max version to 3.35.x + +### 📠Documentation + +- licence: update licence dates + +### 🤖 Continuous integration + +- gitlab-ci: use templates from a common repository + +### 🤷 Various changes + +- Bump version to 3.0.0 +- storages: Fix log when key download fails diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,3 +13,4 @@ exclude .yamllint exclude .cube-doctor.yml exclude .gitlab-ci-extended.yml +exclude CHANGELOG.md 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, 0, 0) +numversion = (3, 1, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL'