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
skos
Commits
f507ddf6f082
Commit
b905d703
authored
Aug 04, 2021
by
Noé Gaumont
🐙
Browse files
chore(pkg): new major release (2.0.0)
parent
c26cd98c8fc8
Pipeline
#73756
passed with stages
in 4 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
f507ddf6
## Version 2.0.0 (2021-08-04)
### 🎉 New features
-
drop python2
### 👷 Bug fixes
-
add missing files to MANIFEST.in
-
class cubicweb.view.EntityAdapter is now available as cubicweb.entity.EntityAdapter
-
try to import cube relationwidget with new and old cube format
### 📝 Documentation
-
licence: update licence dates
-
README: move to .rst extension
### 🤖 Continuous integration
-
gitlab-ci: use templates from a common repository
-
integrate pytest-deprecated-warnings
-
use image with pg as it is used during test
MANIFEST.in
View file @
f507ddf6
...
...
@@ -11,3 +11,4 @@ exclude .gitlab-ci.yml
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude CHANGELOG.md
cubicweb_skos/__pkginfo__.py
View file @
f507ddf6
...
...
@@ -5,7 +5,7 @@
modname
=
'cubicweb_skos'
distname
=
'cubicweb-skos'
numversion
=
(
1
,
6
,
0
)
numversion
=
(
2
,
0
,
0
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'LGPL'
...
...
Noé Gaumont
🐙
@ngaumont
mentioned in commit
c48b22d7a416
·
Aug 04, 2021
mentioned in commit
c48b22d7a416
mentioned in commit d0a1de6aa1c21cedfde7881e98dd2960e8880bf4
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