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
d8232c10be38
There was an error fetching the commit references. Please try again later.
Commit
d8232c10be38
authored
2 years ago
by
François Ferry
Browse files
Options
Downloads
Patches
Plain Diff
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
2 years ago
Stage: lint
Stage: tests
Stage: release
Stage: publish
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+22
-0
22 additions, 0 deletions
CHANGELOG.md
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
cubicweb_s3storage/__pkginfo__.py
+1
-1
1 addition, 1 deletion
cubicweb_s3storage/__pkginfo__.py
with
24 additions
and
1 deletion
CHANGELOG.md
0 → 100644
+
22
−
0
View file @
d8232c10
## 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
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
0
View file @
d8232c10
...
...
@@ -13,3 +13,4 @@
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude CHANGELOG.md
This diff is collapsed.
Click to expand it.
cubicweb_s3storage/__pkginfo__.py
+
1
−
1
View file @
d8232c10
...
...
@@ -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
'
...
...
This diff is collapsed.
Click to expand it.
François Ferry
@fferry
mentioned in commit
b0a9fd092193
·
2 years ago
mentioned in commit
b0a9fd092193
mentioned in commit b0a9fd09219398fc41e3531b268e52175bbddccc
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