Skip to content

Commit

Permalink
Bump version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Oct 4, 2019
1 parent 9e74a7c commit a485de9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.5.7] - 2019-10-04

### Fixed

- Fixed handling of inline tables.


## [0.5.6] - 2019-10-04

### Fixed
Expand Down Expand Up @@ -146,7 +153,8 @@
- Fixed raw strings escaping.


[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.6...master
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.7...master
[0.5.7]: https://github.com/sdispater/tomlkit/releases/tag/0.5.7
[0.5.6]: https://github.com/sdispater/tomlkit/releases/tag/0.5.6
[0.5.5]: https://github.com/sdispater/tomlkit/releases/tag/0.5.5
[0.5.4]: https://github.com/sdispater/tomlkit/releases/tag/0.5.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.5.6"
version = "0.5.7"
description = "Style preserving TOML library"
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tomlkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
from .api import ws


__version__ = "0.5.6"
__version__ = "0.5.7"

0 comments on commit a485de9

Please sign in to comment.