File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.5.7] - 2019-10-04
4+
5+ ### Fixed
6+
7+ - Fixed handling of inline tables.
8+
9+
310## [ 0.5.6] - 2019-10-04
411
512### Fixed
146153- Fixed raw strings escaping.
147154
148155
149- [ Unreleased ] : https://github.com/sdispater/tomlkit/compare/0.5.6...master
156+ [ Unreleased ] : https://github.com/sdispater/tomlkit/compare/0.5.7...master
157+ [ 0.5.7 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.7
150158[ 0.5.6 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.6
151159[ 0.5.5 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.5
152160[ 0.5.4 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.4
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.5.6 "
3+ version = " 0.5.7 "
44description = " Style preserving TOML library"
55authors = [
" Sébastien Eustace <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 2222from .api import ws
2323
2424
25- __version__ = "0.5.6 "
25+ __version__ = "0.5.7 "
You can’t perform that action at this time.
0 commit comments