Skip to content

Commit c11d136

Browse files
committed
Bump version to 0.5.6
1 parent 7100b81 commit c11d136

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [0.5.6] - 2019-10-04
44

55
### Fixed
66

7+
- Fixed boolean comparison.
78
- Fixed appending inline tables to tables.
89

910

@@ -145,7 +146,8 @@
145146
- Fixed raw strings escaping.
146147

147148

148-
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.5...master
149+
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.6...master
150+
[0.5.6]: https://github.com/sdispater/tomlkit/releases/tag/0.5.6
149151
[0.5.5]: https://github.com/sdispater/tomlkit/releases/tag/0.5.5
150152
[0.5.4]: https://github.com/sdispater/tomlkit/releases/tag/0.5.4
151153
[0.5.3]: https://github.com/sdispater/tomlkit/releases/tag/0.5.3

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.5"
3+
version = "0.5.6"
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.5"
25+
__version__ = "0.5.6"

0 commit comments

Comments
 (0)