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
dd4a8b8f23b2
Commit
ec487f0a
authored
Nov 26, 2021
by
Fabien Amarger
Browse files
chore(pkg): new patch release (0.45.4)
--HG-- branch : 0.45
parent
591e64ef0cec
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
dd4a8b8f
## Version 0.45.4 (2021-11-26)
### 🎉 New features
-
make serialization work with multiple inheritance
### 🤷 Various changes
-
pkg: Version 0.45.3
MANIFEST.in
View file @
dd4a8b8f
...
...
@@ -12,3 +12,4 @@ recursive-include doc *
exclude python-yams.spec
exclude debian
recursive-exclude debian *
exclude CHANGELOG.md
__pkginfo__.py
View file @
dd4a8b8f
...
...
@@ -24,7 +24,7 @@ __docformat__ = "restructuredtext en"
modname
=
'yams'
# release version
numversion
=
(
0
,
45
,
3
)
numversion
=
(
0
,
45
,
4
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
# license and copyright
...
...
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