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

chore(pkg): new major release (4.0.0)

parent e86e8875905e
No related branches found
Tags 4.0.0
No related merge requests found
Pipeline #207378 passed
## Version 4.0.0 (2023-10-05)
### 🎉 New features
- run flynt on the code base to convert everything into f-strings
- upgrade CubicWeb to version 4
*BREAKING CHANGE*: upgrade CubicWeb to version 4
### 📝 Documentation
- licence: update licence dates
### 🤖 Continuous integration
- that tox option is now named allowlist_externals
## Version 3.3.1 (2023-01-17) ## Version 3.3.1 (2023-01-17)
### 🎉 New features ### 🎉 New features
...@@ -33,4 +48,4 @@ ...@@ -33,4 +48,4 @@
### 🤷 Various changes ### 🤷 Various changes
- Bump version to 3.0.0 - Bump version to 3.0.0
- storages: Fix log when key download fails - storages: Fix log when key download fails
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
modname = "cubicweb_s3storage" modname = "cubicweb_s3storage"
distname = "cubicweb-s3storage" distname = "cubicweb-s3storage"
numversion = (3, 3, 1) numversion = (4, 0, 0)
version = ".".join(str(num) for num in numversion) version = ".".join(str(num) for num in numversion)
license = "LGPL" 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