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.11] - 2010-02-29
4+
5+ ### Fixed
6+
7+ - Fix containers and our of order tables dictionary behavior ([ #82 ] ( https://github.com/sdispater/tomlkit/pull/82 ) ))
8+
9+
310## [ 0.5.10] - 2020-02-28
411
512### Fixed
176183- Fixed raw strings escaping.
177184
178185
179- [ Unreleased ] : https://github.com/sdispater/tomlkit/compare/0.5.10...master
186+ [ Unreleased ] : https://github.com/sdispater/tomlkit/compare/0.5.11...master
187+ [ 0.5.11 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.11
180188[ 0.5.10 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.10
181189[ 0.5.9 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.9
182190[ 0.5.8 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.8
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.5.10 "
3+ version = " 0.5.11 "
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.10 "
25+ __version__ = "0.5.11 "
You can’t perform that action at this time.
0 commit comments