Skip to content

Commit 80b14f2

Browse files
radoeringabn
authored andcommitted
release: bump version to 1.7.1
1 parent 07f8981 commit 80b14f2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [1.7.1] - 2023-03-19
4+
5+
### Changed
6+
7+
- Export `--index-url` before `--extra-index-url` to work around a pip bug ([#270](https://github.com/python-poetry/poetry-plugin-export/pull/270)).
8+
9+
### Fixed
10+
11+
- Fix an issue where the source with the highest priority was exported with `--index-url` despite PyPI being among the sources ([#270](https://github.com/python-poetry/poetry-plugin-export/pull/270)).
12+
13+
314
## [1.7.0] - 2023-03-14
415

516
### Changed
@@ -189,7 +200,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
189200
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
190201

191202

192-
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.7.0...main
203+
[Unreleased]: https://github.com/python-poetry/poetry-plugin-export/compare/1.7.1...main
204+
[1.7.1]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.1
193205
[1.7.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.7.0
194206
[1.6.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.6.0
195207
[1.5.0]: https://github.com/python-poetry/poetry-plugin-export/releases/tag/1.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-plugin-export"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)