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
7142b48a5828
Commit
7142b48a5828
authored
2 months ago
by
Nicola Spanti
Browse files
Options
Downloads
Patches
Plain Diff
docs(changelog): add version 4.0.1
parent
05c5d45f8719
No related branches found
No related tags found
1 merge request
!65
Improve changelog
Pipeline
#258357
passed with warnings
2 months ago
Stage: lint
Stage: tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
cubicweb_s3storage/__pkginfo__.py
+1
-1
1 addition, 1 deletion
cubicweb_s3storage/__pkginfo__.py
with
6 additions
and
1 deletion
CHANGELOG.md
+
5
−
0
View file @
7142b48a
## Version 4.0.1 (2024-02-26)
Use
`mock_aws`
instead of
`mock_s3`
(as
`moto@v5`
does not implement
`mock_s3`
anymore)
## Version 4.0.0 (2023-10-05)
### 🎉 Code changes
...
...
This diff is collapsed.
Click to expand it.
cubicweb_s3storage/__pkginfo__.py
+
1
−
1
View file @
7142b48a
...
...
@@ -5,7 +5,7 @@
modname
=
"
cubicweb_s3storage
"
distname
=
"
cubicweb-s3storage
"
numversion
=
(
4
,
0
,
0
)
numversion
=
(
4
,
0
,
1
)
version
=
"
.
"
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
"
LGPL
"
...
...
This diff is collapsed.
Click to expand it.
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