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
compound
Commits
6b806b26c3e5
Commit
893842dc
authored
Apr 05, 2022
by
Laurent Peuch
Browse files
chore(pkg): new minor release (0.8.0)
parent
f1a99b6f3ea1
Pipeline
#119556
passed with stages
in 12 minutes and 36 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
6b806b26
## Version 0.8.0 (2022-04-05)
### 🎉 New features
-
setup.py: increase cubicweb max version to 3.35.x
### 📝 Documentation
-
licence: update licence dates
-
README: move to .rst extension
### 🤖 Continuous integration
-
gitlab-ci: image: is not longer a global keyword
-
gitlab-ci: use templates from a common repository
-
integrate pytest-deprecated-warnings
### 🤷 Various changes
-
deps: Upgrade CubicWeb to last Python 2 supported version
-
gitlab-ci: autogenerated from tox
MANIFEST.in
View file @
6b806b26
...
...
@@ -11,3 +11,4 @@ include README.rst
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude CHANGELOG.md
cubicweb_compound/__pkginfo__.py
View file @
6b806b26
...
...
@@ -4,7 +4,7 @@
distname
=
'cubicweb-compound'
modname
=
'cubicweb_coumpound'
numversion
=
(
0
,
7
,
1
)
numversion
=
(
0
,
8
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
Laurent Peuch
@bram
mentioned in commit
a1c969fe1b20
·
Apr 05, 2022
mentioned in commit
a1c969fe1b20
mentioned in commit 4e3c3ecb6799d3405fa8ec1928ebed9f65004825
Toggle commit list
Write
Preview
Supports
Markdown
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