Commit 754dbf80 by Sébastien Eustace Committed by GitHub

Bump version to 1.0.5 (#2112)

parent ba48eb4d
# Change Log # Change Log
## [1.0.5] - 2020-02-29
### Fixed
- Fixed an error when building distributions if the `git` executable was not found ([#2105](https://github.com/python-poetry/poetry/pull/2105)).
- Fixed various errors when reading Poetry's TOML files by upgrading [tomlkit](https://github.com/sdispater/tomlkit).
## [1.0.4] - 2020-02-28 ## [1.0.4] - 2020-02-28
### Fixed ### Fixed
...@@ -816,7 +824,8 @@ Initial release ...@@ -816,7 +824,8 @@ Initial release
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.4...master [Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.5...master
[1.0.5]: https://github.com/python-poetry/poetry/releases/tag/1.0.5
[1.0.4]: https://github.com/python-poetry/poetry/releases/tag/1.0.4 [1.0.4]: https://github.com/python-poetry/poetry/releases/tag/1.0.4
[1.0.3]: https://github.com/python-poetry/poetry/releases/tag/1.0.3 [1.0.3]: https://github.com/python-poetry/poetry/releases/tag/1.0.3
[1.0.2]: https://github.com/python-poetry/poetry/releases/tag/1.0.2 [1.0.2]: https://github.com/python-poetry/poetry/releases/tag/1.0.2
......
__version__ = "1.0.4" __version__ = "1.0.5"
[tool.poetry] [tool.poetry]
name = "poetry" name = "poetry"
version = "1.0.4" version = "1.0.5"
description = "Python dependency management and packaging made easy." description = "Python dependency management and packaging made easy."
authors = [ authors = [
"Sébastien Eustace <sebastien@eustace.io>" "Sébastien Eustace <sebastien@eustace.io>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment