Skip to content

Commit 8f1baf0

Browse files
committed
Bump version to 0.5.8
1 parent 172c64b commit 8f1baf0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [0.5.8] - 2019-10-11
44

55
### Added
66

@@ -160,7 +160,8 @@
160160
- Fixed raw strings escaping.
161161

162162

163-
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.7...master
163+
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.8...master
164+
[0.5.8]: https://github.com/sdispater/tomlkit/releases/tag/0.5.8
164165
[0.5.7]: https://github.com/sdispater/tomlkit/releases/tag/0.5.7
165166
[0.5.6]: https://github.com/sdispater/tomlkit/releases/tag/0.5.6
166167
[0.5.5]: https://github.com/sdispater/tomlkit/releases/tag/0.5.5

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

0 commit comments

Comments
 (0)