# HG changeset patch # User Fabien Amarger <fabien.amarger@logilab.fr> # Date 1673971560 -3600 # Tue Jan 17 17:06:00 2023 +0100 # Node ID 8991d3645fc6fe11d67568b15eb3d65420a38af9 # Parent a82456220265e5adc3f6b1a4a697ee0a3f5879bc chore(pkg): new patch release (3.3.1) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Version 3.3.1 (2023-01-17) +### 🎉 New features + +- setup.py: increase cubicweb max version to 3.38.x + +### 🤖 Continuous integration + +- gitlab-ci: use templates from a common repository + ## Version 3.3.0 (2022-09-28) ### 🎉 New features - storages: Add bucket versioning support 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, 0) +numversion = (3, 3, 1) version = ".".join(str(num) for num in numversion) license = "LGPL"