Skip to content

Commit

Permalink
chore: bump version to 0.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Aug 14, 2024
1 parent 28fe6ec commit 8c1671a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 38 deletions.
34 changes: 0 additions & 34 deletions .flake8

This file was deleted.

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.13.1] - 2024-08-14

### Fixed

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

[unreleased]: https://github.com/sdispater/tomlkit/compare/0.13.0...master
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.13.1...master
[0.13.1]: https://github.com/sdispater/tomlkit/releases/tag/0.13.1
[0.13.0]: https://github.com/sdispater/tomlkit/releases/tag/0.13.0
[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
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.13.0"
version = "0.13.1"
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.13.0"
__version__ = "0.13.1"
__all__ = [
"aot",
"array",
Expand Down

0 comments on commit 8c1671a

Please sign in to comment.