Skip to content

Commit 8c1671a

Browse files
committed
chore: bump version to 0.13.1
Signed-off-by: Frost Ming <[email protected]>
1 parent 28fe6ec commit 8c1671a

File tree

4 files changed

+5
-38
lines changed

4 files changed

+5
-38
lines changed

.flake8

-34
This file was deleted.

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [unreleased]
3+
## [0.13.1] - 2024-08-14
44

55
### Fixed
66

@@ -414,7 +414,8 @@
414414
- Fixed handling of super tables with different sections.
415415
- Fixed raw strings escaping.
416416

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
418419
[0.13.0]: https://github.com/sdispater/tomlkit/releases/tag/0.13.0
419420
[0.12.5]: https://github.com/sdispater/tomlkit/releases/tag/0.12.5
420421
[0.12.4]: https://github.com/sdispater/tomlkit/releases/tag/0.12.4

pyproject.toml

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

tomlkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from tomlkit.api import ws
2828

2929

30-
__version__ = "0.13.0"
30+
__version__ = "0.13.1"
3131
__all__ = [
3232
"aot",
3333
"array",

0 commit comments

Comments
 (0)