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
forgotpwd
Commits
86fdd862c68a
Commit
c0b2d15c
authored
Apr 08, 2022
by
Laurent Peuch
Browse files
chore(pkg): new minor release (0.10.0)
parent
2a96d018643c
Pipeline
#121016
passed with stages
in 6 minutes and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
86fdd862
## Version 0.10.0 (2022-04-08)
### 🎉 New features
-
setup.py: increase cubicweb max version to 3.37.x
### 🤷 Various changes
-
pkg: new minor release (0.9.3)
MANIFEST.in
View file @
86fdd862
...
...
@@ -14,3 +14,4 @@ exclude .gitlab-ci.yml
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude CHANGELOG.md
cubicweb_forgotpwd/__pkginfo__.py
View file @
86fdd862
...
...
@@ -8,7 +8,7 @@ from glob import glob
modname
=
"forgotpwd"
distname
=
"cubicweb-forgotpwd"
numversion
=
(
0
,
9
,
3
)
numversion
=
(
0
,
10
,
0
)
version
=
"."
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
"LGPL"
...
...
Laurent Peuch
@bram
mentioned in commit
b12d4631a1b1
·
Apr 08, 2022
mentioned in commit
b12d4631a1b1
mentioned in commit a37ffb8a5d692c5fe1a96f39133b73cc062c715a
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