Skip to content

Commit b10d0cc

Browse files
committed
Bump version to 0.5.3
1 parent 1ac0ddb commit b10d0cc

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.3] - 2018-11-19
44

55
### Fixed
66

@@ -120,7 +120,8 @@
120120
- Fixed raw strings escaping.
121121

122122

123-
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.2...master
123+
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.3...master
124+
[0.5.3]: https://github.com/sdispater/tomlkit/releases/tag/0.5.3
124125
[0.5.2]: https://github.com/sdispater/tomlkit/releases/tag/0.5.2
125126
[0.5.1]: https://github.com/sdispater/tomlkit/releases/tag/0.5.1
126127
[0.5.0]: https://github.com/sdispater/tomlkit/releases/tag/0.5.0

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

0 commit comments

Comments
 (0)