File tree 4 files changed +5
-38
lines changed
4 files changed +5
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ unreleased ]
3
+ ## [ 0.13.1 ] - 2024-08-14
4
4
5
5
### Fixed
6
6
414
414
- Fixed handling of super tables with different sections.
415
415
- Fixed raw strings escaping.
416
416
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
418
419
[ 0.13.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.13.0
419
420
[ 0.12.5 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.5
420
421
[ 0.12.4 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.4
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tomlkit"
3
- version = " 0.13.0 "
3
+ version = " 0.13.1 "
4
4
description = " Style preserving TOML library"
5
5
authors = [
6
6
" Sébastien Eustace <[email protected] >" ,
Original file line number Diff line number Diff line change 27
27
from tomlkit .api import ws
28
28
29
29
30
- __version__ = "0.13.0 "
30
+ __version__ = "0.13.1 "
31
31
__all__ = [
32
32
"aot" ,
33
33
"array" ,
You can’t perform that action at this time.
0 commit comments