Commit 1d64e1c7 by Sébastien Eustace

Bump version to 1.0.9

parent dcc2e401
# Change Log # Change Log
## [1.0.9] - 2010-06-09
### Fixed
- Fixed an issue where packages from custom indices where continuously updated ([#2525](https://github.com/python-poetry/poetry/pull/2525)).
- Fixed errors in the way Python environment markers were parsed and generated ([#2526](https://github.com/python-poetry/poetry/pull/2526)).
## [1.0.8] - 2020-06-05 ## [1.0.8] - 2020-06-05
### Fixed ### Fixed
...@@ -860,7 +868,8 @@ Initial release ...@@ -860,7 +868,8 @@ Initial release
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.8...master [Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.9...master
[1.0.9]: https://github.com/python-poetry/poetry/releases/tag/1.0.9
[1.0.8]: https://github.com/python-poetry/poetry/releases/tag/1.0.8 [1.0.8]: https://github.com/python-poetry/poetry/releases/tag/1.0.8
[1.0.7]: https://github.com/python-poetry/poetry/releases/tag/1.0.7 [1.0.7]: https://github.com/python-poetry/poetry/releases/tag/1.0.7
[1.0.6]: https://github.com/python-poetry/poetry/releases/tag/1.0.6 [1.0.6]: https://github.com/python-poetry/poetry/releases/tag/1.0.6
......
__version__ = "1.0.8" __version__ = "1.0.9"
[tool.poetry] [tool.poetry]
name = "poetry" name = "poetry"
version = "1.0.8" version = "1.0.9"
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