Skip to content

Commit 8c963db

Browse files
authored
chore: update version to 0.13.3 (#423)
Signed-off-by: Frost Ming <[email protected]>
1 parent fcb82ae commit 8c963db

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
[Unreleased]:
3+
## [Unreleased]
4+
5+
## [0.13.3] - 2025-06-05
46

57
### Added
68

@@ -437,7 +439,8 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tomlkit"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
description = "Style preserving TOML library"
55
authors = [
66
"Sébastien Eustace <[email protected]>",

tomlkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from tomlkit.api import ws
2828

2929

30-
__version__ = "0.13.2"
30+
__version__ = "0.13.3"
3131
__all__ = [
3232
"TOMLDocument",
3333
"aot",

0 commit comments

Comments
 (0)