Skip to content
Snippets Groups Projects
Commit d8232c10be38 authored by François Ferry's avatar François Ferry
Browse files

chore(pkg): new minor release (3.1.0)

parent cfaaa4dc92f1
No related branches found
No related tags found
No related merge requests found
Pipeline #119546 passed
## 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
......@@ -13,3 +13,4 @@
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude CHANGELOG.md
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment