Skip to content

Commit a485de9

Browse files
committed
Bump version to 0.5.7
1 parent 9e74a7c commit a485de9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.5.7] - 2019-10-04
4+
5+
### Fixed
6+
7+
- Fixed handling of inline tables.
8+
9+
310
## [0.5.6] - 2019-10-04
411

512
### Fixed
@@ -146,7 +153,8 @@
146153
- Fixed raw strings escaping.
147154

148155

149-
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.6...master
156+
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.7...master
157+
[0.5.7]: https://github.com/sdispater/tomlkit/releases/tag/0.5.7
150158
[0.5.6]: https://github.com/sdispater/tomlkit/releases/tag/0.5.6
151159
[0.5.5]: https://github.com/sdispater/tomlkit/releases/tag/0.5.5
152160
[0.5.4]: https://github.com/sdispater/tomlkit/releases/tag/0.5.4

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.5.6"
3+
version = "0.5.7"
44
description = "Style preserving TOML library"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

tomlkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
from .api import ws
2323

2424

25-
__version__ = "0.5.6"
25+
__version__ = "0.5.7"

0 commit comments

Comments
 (0)