Commit 636ce8b0 by Sébastien Eustace Committed by GitHub

Bump version to 1.0.2 (#1866)

parent f1b286ca
# Change Log # Change Log
## [1.0.2] - 2020-01-10
### Fixed
- Reverted a previous fix ([#1796](https://github.com/python-poetry/poetry/pull/1796)) which was causing errors for projects with file and/or directory dependencies ([#1865](https://github.com/python-poetry/poetry/pull/1865)).
## [1.0.1] - 2020-01-10 ## [1.0.1] - 2020-01-10
### Fixed ### Fixed
...@@ -776,7 +783,8 @@ Initial release ...@@ -776,7 +783,8 @@ Initial release
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.1...master [Unreleased]: https://github.com/python-poetry/poetry/compare/1.0.2...master
[1.0.2]: https://github.com/python-poetry/poetry/releases/tag/1.0.2
[1.0.1]: https://github.com/python-poetry/poetry/releases/tag/1.0.1 [1.0.1]: https://github.com/python-poetry/poetry/releases/tag/1.0.1
[1.0.0]: https://github.com/python-poetry/poetry/releases/tag/1.0.0 [1.0.0]: https://github.com/python-poetry/poetry/releases/tag/1.0.0
[0.12.17]: https://github.com/python-poetry/poetry/releases/tag/0.12.17 [0.12.17]: https://github.com/python-poetry/poetry/releases/tag/0.12.17
......
__version__ = "1.0.1" __version__ = "1.0.2"
[tool.poetry] [tool.poetry]
name = "poetry" name = "poetry"
version = "1.0.1" version = "1.0.2"
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