File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased ]
3+ ## [ 0.5.2 ] - 2018-11-09
44
55### Fixed
66
112112- Fixed raw strings escaping.
113113
114114
115- [ Unreleased ] : https://github.com/sdispater/tomlkit/compare/0.5.1...master
115+ [ Unreleased ] : https://github.com/sdispater/tomlkit/compare/0.5.2...master
116+ [ 0.5.2 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.2
116117[ 0.5.1 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.1
117118[ 0.5.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.5.0
118119[ 0.4.6 ] : https://github.com/sdispater/tomlkit/releases/tag/0.4.6
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
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.1 "
25+ __version__ = "0.5.2 "
You can’t perform that action at this time.
0 commit comments