Skip to content

Commit 9bccd76

Browse files
committed
chore: bump version to 0.14.0 in pyproject.toml and __init__.py
Signed-off-by: Frost Ming <me@frostming.com>
1 parent e457892 commit 9bccd76

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [0.14.0] - 2026-01-13
44

55
### Changed
66

@@ -452,7 +452,8 @@
452452
- Fixed handling of super tables with different sections.
453453
- Fixed raw strings escaping.
454454

455-
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.13.3...master
455+
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.14.0...master
456+
[0.14.0]: https://github.com/sdispater/tomlkit/releases/tag/0.14.0
456457
[0.13.3]: https://github.com/sdispater/tomlkit/releases/tag/0.13.3
457458
[0.13.2]: https://github.com/sdispater/tomlkit/releases/tag/0.13.2
458459
[0.13.1]: https://github.com/sdispater/tomlkit/releases/tag/0.13.1

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.3"
3+
version = "0.14.0"
44
description = "Style preserving TOML library"
55
authors = [
66
"Sébastien Eustace <sebastien@eustace.io>",

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.3"
30+
__version__ = "0.14.0"
3131
__all__ = [
3232
"TOMLDocument",
3333
"aot",

0 commit comments

Comments
 (0)