Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
yams
Commits
0b652ee1a3c4
Commit
452621d8
authored
Jan 14, 2022
by
François Ferry
Browse files
chore(pkg): new minor release (0.47.0)
parent
c326d1db0b98
Pipeline
#105295
passed with stages
in 3 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
0b652ee1
## Version 0.47.0 (2022-01-14)
### 🤷 Various changes
-
mypy: Add config file & update tox environment
-
mypy: Correctly add type:ignore comments
-
mypy: Fix error: "type" has no attribute "type" (:)
-
mypy: Fix errors: 'Unexpected keyword argument' & 'Too few arguments'
-
mypy: Fix has no attribute errors
-
mypy: Fix various errors
-
mypy: Fix various errors related to subject & object attributes
-
mypy: Fix various errors related to the description attribute
## Version 0.46.1 (2021-11-26)
### 👷 Bug fixes
...
...
@@ -173,4 +185,4 @@
### 🤷 Various changes
-
pkg: Version 0.45.3
-
pkg: Version 0.45.3
\ No newline at end of file
__pkginfo__.py
View file @
0b652ee1
...
...
@@ -24,7 +24,7 @@ __docformat__ = "restructuredtext en"
modname
=
"yams"
# release version
numversion
=
(
0
,
4
6
,
1
)
numversion
=
(
0
,
4
7
,
0
)
version
=
"."
.
join
(
str
(
num
)
for
num
in
numversion
)
# license and copyright
...
...
François Ferry
@fferry
mentioned in commit
52320b57ad4f
·
Jan 14, 2022
mentioned in commit
52320b57ad4f
mentioned in commit 28e73577dc8db988ae0e60c3c0ee8782815d2a39
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