File tree Expand file tree Collapse file tree 4 files changed +5
-38
lines changed
Expand file tree Collapse file tree 4 files changed +5
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ unreleased ]
3+ ## [ 0.13.1 ] - 2024-08-14
44
55### Fixed
66
414414- Fixed handling of super tables with different sections.
415415- Fixed raw strings escaping.
416416
417- [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.13.0...master
417+ [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.13.1...master
418+ [ 0.13.1 ] : https://github.com/sdispater/tomlkit/releases/tag/0.13.1
418419[ 0.13.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.13.0
419420[ 0.12.5 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.5
420421[ 0.12.4 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.4
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.13.0 "
3+ version = " 0.13.1 "
44description = " Style preserving TOML library"
55authors = [
66 " Sébastien Eustace <[email protected] >" ,
Original file line number Diff line number Diff line change 2727from tomlkit .api import ws
2828
2929
30- __version__ = "0.13.0 "
30+ __version__ = "0.13.1 "
3131__all__ = [
3232 "aot" ,
3333 "array" ,
You can’t perform that action at this time.
0 commit comments