From 8f1baf099f148c3cec1708e4c3691eea2957fc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Eustace?= Date: Fri, 11 Oct 2019 16:28:53 +0200 Subject: [PATCH] Bump version to 0.5.8 --- CHANGELOG.md | 5 +++-- pyproject.toml | 2 +- tomlkit/__init__.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 191ae1de..14227055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] +## [0.5.8] - 2019-10-11 ### Added @@ -160,7 +160,8 @@ - Fixed raw strings escaping. -[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.7...master +[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.8...master +[0.5.8]: https://github.com/sdispater/tomlkit/releases/tag/0.5.8 [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 diff --git a/pyproject.toml b/pyproject.toml index 5042e787..e96b147b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tomlkit" -version = "0.5.7" +version = "0.5.8" description = "Style preserving TOML library" authors = ["Sébastien Eustace "] license = "MIT" diff --git a/tomlkit/__init__.py b/tomlkit/__init__.py index d787b06c..be5c373f 100644 --- a/tomlkit/__init__.py +++ b/tomlkit/__init__.py @@ -22,4 +22,4 @@ from .api import ws -__version__ = "0.5.7" +__version__ = "0.5.8"