Skip to content

Commit

Permalink
chore: release 0.12.5
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed May 8, 2024
1 parent c2611c5 commit a96883b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [unreleased]
## [0.12.4] - 2024-05-08

### Fixed

Expand Down Expand Up @@ -393,7 +393,8 @@
- Fixed handling of super tables with different sections.
- Fixed raw strings escaping.

[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.4...master
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.5...master
[0.12.5]: https://github.com/sdispater/tomlkit/releases/tag/0.12.5
[0.12.4]: https://github.com/sdispater/tomlkit/releases/tag/0.12.4
[0.12.3]: https://github.com/sdispater/tomlkit/releases/tag/0.12.3
[0.12.2]: https://github.com/sdispater/tomlkit/releases/tag/0.12.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tomlkit"
version = "0.12.4"
version = "0.12.5"
description = "Style preserving TOML library"
authors = [
"Sébastien Eustace <sebastien@eustace.io>",
Expand Down
2 changes: 1 addition & 1 deletion tomlkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from tomlkit.api import ws


__version__ = "0.12.4"
__version__ = "0.12.5"
__all__ = [
"aot",
"array",
Expand Down

0 comments on commit a96883b

Please sign in to comment.