diff --git a/CHANGELOG.md b/CHANGELOG.md index a82456220265e5adc3f6b1a4a697ee0a3f5879bc_Q0hBTkdFTE9HLm1k..8991d3645fc6fe11d67568b15eb3d65420a38af9_Q0hBTkdFTE9HLm1k 100644 --- 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 index a82456220265e5adc3f6b1a4a697ee0a3f5879bc_Y3ViaWN3ZWJfczNzdG9yYWdlL19fcGtnaW5mb19fLnB5..8991d3645fc6fe11d67568b15eb3d65420a38af9_Y3ViaWN3ZWJfczNzdG9yYWdlL19fcGtnaW5mb19fLnB5 100644 --- 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"