Commit e57e4ac8 by Sébastien Eustace

Bump version to 0.12.12

parent 9c56ae92
# Change Log
## [0.12.12] - 2019-04-11
### Fixed
- Fix lock idempotency.
- Fix markers evaluation for `python_version` with precision < 3.
- Fix permissions of the `dist-info` files.
- Fix `prepare_metadata_for_build_wheel()` missing in the build backend.
- Fix metadata inconsistency between wheels and sdists.
- Fix parsing of `platform_release` markers.
- Fix metadata information when the project has git dependencies.
- Fix error reporting when publishing fails.
- Fix retrieval of `extras_require` in some `setup.py` files. (Thanks to [@asodeur](https://github.com/asodeur))
- Fix wheel compression when building. (Thanks to [@ccosby](https://github.com/ccosby))
- Improve retrieval of information for packages with two python specific wheels.
- Fix request authentication when credentials are included in URLs. (Thanks to [@connorbrinton](https://github.com/connorbrinton))
## [0.12.11] - 2019-01-13
### Fixed
......@@ -619,7 +637,8 @@ Initial release
[Unreleased]: https://github.com/sdispater/poetry/compare/0.12.11...master
[Unreleased]: https://github.com/sdispater/poetry/compare/0.12.12...master
[0.12.12]: https://github.com/sdispater/poetry/releases/tag/0.12.12
[0.12.11]: https://github.com/sdispater/poetry/releases/tag/0.12.11
[0.12.10]: https://github.com/sdispater/poetry/releases/tag/0.12.10
[0.12.9]: https://github.com/sdispater/poetry/releases/tag/0.12.9
......
__version__ = "0.12.11"
__version__ = "0.12.12"
[tool.poetry]
name = "poetry"
version = "0.12.11"
version = "0.12.12"
description = "Python dependency management and packaging made easy."
authors = [
"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