Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
link
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
Container Registry
Model registry
Operate
Environments
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
link
Commits
bd5d233e96b0
Commit
bd5d233e96b0
authored
1 year ago
by
François Ferry
Browse files
Options
Downloads
Patches
Plain Diff
chore(pkg): new major release (2.0.0)
parent
d83e46675429
No related branches found
Branches containing commit
Tags
cubicweb-link-centos-version-1.7.0-1
Tags containing commit
1 merge request
!41
feat(pkg)!: upgrade CW version to CW4 and add cubicweb-web dependency
Pipeline
#196641
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
+12
-0
12 additions, 0 deletions
CHANGELOG.md
cubicweb_link/__pkginfo__.py
+1
-1
1 addition, 1 deletion
cubicweb_link/__pkginfo__.py
with
13 additions
and
1 deletion
CHANGELOG.md
+
12
−
0
View file @
bd5d233e
## Version 2.0.0 (2023-07-07)
### 🎉 New features
-
pkg: upgrade CW version to CW4 and add cubicweb-web dependency
*BREAKING CHANGE*
: upgrade CW version to CW4 and add cubicweb-web dependency
-
run flynt on the code base to convert everything into f-strings
-
run pyupgrade
### 🤖 Continuous integration
-
that tox option is now named allowlist_externals
## Version 1.12.0 (2022-11-24)
### 🎉 New features
...
...
This diff is collapsed.
Click to expand it.
cubicweb_link/__pkginfo__.py
+
1
−
1
View file @
bd5d233e
...
...
@@ -4,7 +4,7 @@
modname
=
"
link
"
distname
=
f
"
cubicweb-
{
modname
}
"
numversion
=
(
1
,
12
,
0
)
numversion
=
(
2
,
0
,
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
83d945017801
·
1 year ago
mentioned in commit
83d945017801
mentioned in commit 83d945017801620307750d2ddf8e377d9405a40d
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