-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa6acf3
commit 087ef88
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: single | ||
title: "Announcing Poetry 1.1.15" | ||
date: 2022-08-22 00:00:00 | ||
categories: [releases] | ||
tags: ["1.x", "1.1"] | ||
--- | ||
|
||
The Poetry team is pleased to announce the immediate availability of Poetry **1.1.15**. | ||
|
||
<!--more--> | ||
|
||
This release contains changes to improve the user experience, when working in an environment where Poetry 1.1 and the | ||
upcoming 1.2 release are used. | ||
|
||
If you have a previous version of Poetry installed via the [official installer](/docs/#installation), | ||
getting Poetry **1.1.15** is as easy as: | ||
|
||
```bash | ||
$ poetry self update | ||
``` | ||
|
||
### Changed | ||
|
||
- Poetry now fallback to gather metadata for dependencies via pep517 if parsing pyproject.toml fail ([#6206](https://github.com/python-poetry/poetry/pull/6206)) | ||
- Extras and extras dependencies are now sorted in lock file ([#6207](https://github.com/python-poetry/poetry/pull/6207)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters