Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
subprocess
Commits
6477daaf3e80
Commit
8c8d5060
authored
Apr 05, 2022
by
François Ferry
Browse files
chore(pkg): new minor release (1.1.0)
parent
529f5da362a8
Pipeline
#119520
passed with stages
in 5 minutes and 2 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
6477daaf
## Version 1.1.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.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: image: is not longer a global keyword
-
gitlab-ci: use templates from a common repository
-
integrate pytest-deprecated-warnings
-
use the python3.7 docker image which contains git
MANIFEST.in
View file @
6477daaf
...
...
@@ -12,3 +12,4 @@ exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude .gitlab-ci.yml
exclude CHANGELOG.md
cubicweb_subprocess/__pkginfo__.py
View file @
6477daaf
...
...
@@ -4,7 +4,7 @@
modname
=
'subprocess'
distname
=
'cubicweb-subprocess'
numversion
=
(
1
,
0
,
0
)
numversion
=
(
1
,
1
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
François Ferry
@fferry
mentioned in commit
58d5b213f66b
·
Apr 05, 2022
mentioned in commit
58d5b213f66b
mentioned in commit bd714f550d14d1d70ee75a97ba5d470b6961894d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment