Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
squareui
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
squareui
Commits
23586a7ad644
Commit
23586a7ad644
authored
1 year ago
by
François Ferry
Browse files
Options
Downloads
Patches
Plain Diff
chore(pkg): new major release (2.0.0)
parent
684418e0309f
No related branches found
No related tags found
No related merge requests found
Pipeline
#198979
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
+13
-0
13 additions, 0 deletions
CHANGELOG.md
cubicweb_squareui/__pkginfo__.py
+1
-1
1 addition, 1 deletion
cubicweb_squareui/__pkginfo__.py
with
14 additions
and
1 deletion
CHANGELOG.md
+
13
−
0
View file @
23586a7a
## Version 2.0.0 (2023-07-26)
### 🎉 New features
-
run flynt on the code base to convert everything into f-strings
-
run pyupgrade
-
upgrade CW to version 4 and add web cube dependency
*BREAKING CHANGE*
: upgrade CW to version 4 and add web cube dependency
### 🤖 Continuous integration
-
gitlab-ci: use templates from a common repository
-
that tox option is now named allowlist_externals
## Version 1.6.0 (2022-11-24)
### 🎉 New features
...
...
This diff is collapsed.
Click to expand it.
cubicweb_squareui/__pkginfo__.py
+
1
−
1
View file @
23586a7a
...
...
@@ -4,7 +4,7 @@
modname
=
"
squareui
"
distname
=
"
cubicweb-squareui
"
numversion
=
(
1
,
6
,
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
71e199c0ce74
·
1 year ago
mentioned in commit
71e199c0ce74
mentioned in commit 71e199c0ce742c79237729c1057f3829007c60d5
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