Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
s3storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
s3storage
Commits
2e20fb013b29
Commit
2e20fb013b29
authored
1 year ago
by
François Ferry
Browse files
Options
Downloads
Patches
Plain Diff
chore(pkg): new major release (4.0.0)
parent
e86e8875905e
No related branches found
Branches containing commit
Tags
4.0.0
Tags containing commit
No related merge requests found
Pipeline
#207378
passed
1 year ago
Stage: lint
Stage: tests
Stage: release
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+16
-1
16 additions, 1 deletion
CHANGELOG.md
cubicweb_s3storage/__pkginfo__.py
+1
-1
1 addition, 1 deletion
cubicweb_s3storage/__pkginfo__.py
with
17 additions
and
2 deletions
CHANGELOG.md
+
16
−
1
View file @
2e20fb01
## 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
This diff is collapsed.
Click to expand it.
cubicweb_s3storage/__pkginfo__.py
+
1
−
1
View file @
2e20fb01
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
François Ferry
@fferry
mentioned in commit
f24a5d94e1d3
·
1 year ago
mentioned in commit
f24a5d94e1d3
mentioned in commit f24a5d94e1d3700dd0cfb0dd6945db424c74ab61
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment