Commit 52f9ba9a by finswimmer Committed by Bjorn Neergaard

chore: post-1.2.0 cleanup

Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
parent f51a2c74
# Change Log
## [1.2.0] - 2022-08-31
### Docs
- Added note about how to add a git dependency with a subdirectory ([#6218](https://github.com/python-poetry/poetry/pull/6218))
- Fixed several style issues in the docs ([#6255](https://github.com/python-poetry/poetry/pull/6255))
- Fixed outdated info about `--only` parameter ([#6264](https://github.com/python-poetry/poetry/pull/6264))
## [1.2.0rc2] - 2022-08-26
### Fixed
......@@ -1500,7 +1509,8 @@ Initial release
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.2.0rc2...master
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.2.0...master
[1.2.0]: https://github.com/python-poetry/poetry/releases/tag/1.2.0
[1.2.0rc2]: https://github.com/python-poetry/poetry/releases/tag/1.2.0rc2
[1.2.0rc1]: https://github.com/python-poetry/poetry/releases/tag/1.2.0rc1
[1.2.0b3]: https://github.com/python-poetry/poetry/releases/tag/1.2.0b3
......
......@@ -44,7 +44,7 @@ generate-setup-file = false
[tool.poetry.dependencies]
python = "^3.7"
poetry-core = "^1.1.0rc3"
poetry-core = "^1.1.0"
poetry-plugin-export = "^1.0.6"
cachecontrol = { version = "^0.12.9", extras = ["filecache"] }
cachy = "^0.3.0"
......
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