Skip to content

Commit a96883b

Browse files
committed
chore: release 0.12.5
Signed-off-by: Frost Ming <[email protected]>
1 parent c2611c5 commit a96883b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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.12.4] - 2024-05-08
44

55
### Fixed
66

@@ -393,7 +393,8 @@
393393
- Fixed handling of super tables with different sections.
394394
- Fixed raw strings escaping.
395395

396-
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.4...master
396+
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.5...master
397+
[0.12.5]: https://github.com/sdispater/tomlkit/releases/tag/0.12.5
397398
[0.12.4]: https://github.com/sdispater/tomlkit/releases/tag/0.12.4
398399
[0.12.3]: https://github.com/sdispater/tomlkit/releases/tag/0.12.3
399400
[0.12.2]: https://github.com/sdispater/tomlkit/releases/tag/0.12.2

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.12.4"
3+
version = "0.12.5"
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.12.4"
30+
__version__ = "0.12.5"
3131
__all__ = [
3232
"aot",
3333
"array",

0 commit comments

Comments
 (0)