File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- [ Unreleased] :
3+ ## [ Unreleased]
4+
5+ ## [ 0.13.3] - 2025-06-05
46
57### Added
68
437439- Fixed handling of super tables with different sections.
438440- Fixed raw strings escaping.
439441
440- [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.13.2...master
442+ [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.13.3...master
443+ [ 0.13.3 ] : https://github.com/sdispater/tomlkit/releases/tag/0.13.3
441444[ 0.13.2 ] : https://github.com/sdispater/tomlkit/releases/tag/0.13.2
442445[ 0.13.1 ] : https://github.com/sdispater/tomlkit/releases/tag/0.13.1
443446[ 0.13.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.13.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.13.2 "
3+ version = " 0.13.3 "
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.2 "
30+ __version__ = "0.13.3 "
3131__all__ = [
3232 "TOMLDocument" ,
3333 "aot" ,
You can’t perform that action at this time.
0 commit comments