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
03650b8ed09e
Commit
03650b8ed09e
authored
2 years ago
by
François Ferry
Browse files
Options
Downloads
Patches
Plain Diff
chore(pkg): new minor release (1.2.0)
parent
e3486cd596f7
No related branches found
No related tags found
No related merge requests found
Pipeline
#119521
failed
2 years ago
Stage: lint
Stage: tests
Stage: release
Stage: publish
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+16
-0
16 additions, 0 deletions
CHANGELOG.md
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
cubicweb_squareui/__pkginfo__.py
+1
-1
1 addition, 1 deletion
cubicweb_squareui/__pkginfo__.py
with
18 additions
and
1 deletion
CHANGELOG.md
0 → 100644
+
16
−
0
View file @
03650b8e
## Version 1.2.0 (2022-04-05)
### 🎉 New features
-
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.33.x
### 📝 Documentation
-
licence: update licence dates
### 🤖 Continuous integration
-
gitlab-ci: image: is not longer a global keyword
-
gitlab-ci: use templates from a common repository
-
integrate pytest-deprecated-warnings
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
0
View file @
03650b8e
...
...
@@ -17,3 +17,4 @@
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude CHANGELOG.md
This diff is collapsed.
Click to expand it.
cubicweb_squareui/__pkginfo__.py
+
1
−
1
View file @
03650b8e
...
...
@@ -4,7 +4,7 @@
modname
=
'
squareui
'
distname
=
'
cubicweb-squareui
'
numversion
=
(
1
,
1
,
3
)
numversion
=
(
1
,
2
,
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
c604857450ae
·
2 years ago
mentioned in commit
c604857450ae
mentioned in commit c604857450ae9016d00ee211f98ff67e6e8ea37e
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