Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Dec 20, 2021
1 parent 05aece7 commit dd3e4c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.8.0] - 2021-12-20

### Changed

Expand Down Expand Up @@ -221,7 +221,8 @@
- Fixed handling of super tables with different sections.
- Fixed raw strings escaping.

[unreleased]: https:/sdispater/tomlkit/compare/0.7.2...master
[unreleased]: https:/sdispater/tomlkit/compare/0.8.0...master
[0.8.0]: https:/sdispater/tomlkit/releases/tag/0.8.0
[0.7.2]: https:/sdispater/tomlkit/releases/tag/0.7.2
[0.7.1]: https:/sdispater/tomlkit/releases/tag/0.7.1
[0.7.0]: https:/sdispater/tomlkit/releases/tag/0.7.0
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.7.2"
version = "0.8.0"
description = "Style preserving TOML library"
authors = ["Sébastien Eustace <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 3 additions & 1 deletion tomlkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .api import ws


__version__ = "0.7.2"
__version__ = "0.8.0"
__all__ = [
"aot",
"array",
Expand All @@ -34,13 +34,15 @@
"date",
"datetime",
"document",
"dump",
"dumps",
"float_",
"inline_table",
"integer",
"item",
"key",
"key_value",
"load",
"loads",
"nl",
"parse",
Expand Down

0 comments on commit dd3e4c8

Please sign in to comment.