Skip to content

Commit cac5893

Browse files
authored
Bump version to 0.5.11 (#83)
1 parent a8e1a09 commit cac5893

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.11] - 2010-02-29
4+
5+
### Fixed
6+
7+
- Fix containers and our of order tables dictionary behavior ([#82](https://github.com/sdispater/tomlkit/pull/82)))
8+
9+
310
## [0.5.10] - 2020-02-28
411

512
### Fixed
@@ -176,7 +183,8 @@
176183
- Fixed raw strings escaping.
177184

178185

179-
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.10...master
186+
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.11...master
187+
[0.5.11]: https://github.com/sdispater/tomlkit/releases/tag/0.5.11
180188
[0.5.10]: https://github.com/sdispater/tomlkit/releases/tag/0.5.10
181189
[0.5.9]: https://github.com/sdispater/tomlkit/releases/tag/0.5.9
182190
[0.5.8]: https://github.com/sdispater/tomlkit/releases/tag/0.5.8

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

0 commit comments

Comments
 (0)