File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.10.2] - 2022-04-24
6+
57### Fixed
68
79- Use the plain python string representation of ` Key ` in ` KeyAlreadyPresent ` error message. ([ #185 ] ( https://github.com/sdispater/tomlkit/issues/185 ) )
271273- Fixed handling of super tables with different sections.
272274- Fixed raw strings escaping.
273275
274- [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.10.1...master
276+ [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.10.2...master
277+ [ 0.10.2 ] : https://github.com/sdispater/tomlkit/releases/tag/0.10.2
275278[ 0.10.1 ] : https://github.com/sdispater/tomlkit/releases/tag/0.10.1
276279[ 0.10.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.10.0
277280[ 0.9.2 ] : https://github.com/sdispater/tomlkit/releases/tag/0.9.2
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.10.1 "
3+ version = " 0.10.2 "
44description = " Style preserving TOML library"
55authors = [
" Sébastien Eustace <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 2525from .api import ws
2626
2727
28- __version__ = "0.10.1 "
28+ __version__ = "0.10.2 "
2929__all__ = [
3030 "aot" ,
3131 "array" ,
You can’t perform that action at this time.
0 commit comments