# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1649448627 -7200 # Fri Apr 08 22:10:27 2022 +0200 # Node ID 03ff8ec933946af081d26494da9d916d9361b71b # Parent 2607f5674a83495227eab11433acd9b9fa7bb011 chore(pkg): new minor release (3.2.0) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ +## Version 3.2.0 (2022-04-08) +### 🎉 New features + +- setup.py: increase cubicweb max version to 3.37.x + ## 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 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, 1, 0) +numversion = (3, 2, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL'